Skip to content

Commit

Permalink
chore(www): clean up a weird oversight
Browse files Browse the repository at this point in the history
How did I never see that before?
  • Loading branch information
tivac committed Jul 4, 2019
1 parent 98b1f77 commit 9f6fb0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/www/src/home/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@

flex: 0;

/* padding: 0 1rem; */
/* margin: inherit 1rem 5rem 1rem; */

display: grid;
grid-template:
" title title " auto
Expand Down
2 changes: 2 additions & 0 deletions packages/www/src/repl/repl.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

display: grid;

margin-left: 0;

grid-template:
" tabs tabs " tabHeight
" input output " calc(100vh - headerHeight - tabHeight) /
Expand Down

0 comments on commit 9f6fb0d

Please sign in to comment.