Skip to content

Commit

Permalink
Cleaned up files for demo
Browse files Browse the repository at this point in the history
  • Loading branch information
acareaga committed Mar 10, 2016
1 parent c69e1f8 commit 8af4086
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
2 changes: 1 addition & 1 deletion lib/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<button id="save-file">Export</button>
</section>
<br><br><br><br><br><br>
<h2><div id="output" class="translatedText"></div></h2>
<h1><div id="output" class="translatedText"></div></h1>
</body>
<script>
require('./renderer');
Expand Down
5 changes: 5 additions & 0 deletions lib/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ html, body {
box-sizing: inherit;
}

h1 {
margin: 25px;
padding: 25px;
}

body {
margin: 0;
padding: 0;
Expand Down

0 comments on commit 8af4086

Please sign in to comment.