Skip to content

Commit

Permalink
Extend grey background to cover entire page
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniehobson committed Jul 14, 2017
1 parent d5eff4a commit ce66237
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions css/editable-css.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
}

body {
height: 100%;
padding: 0;
margin: 0;
margin: 1em;
font-family: sans-serif;
border: 1em solid #eaeff2;
background-color: #eaeff2;
}

header h4 {
Expand Down
5 changes: 3 additions & 2 deletions css/editable-js.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
}

body {
height: 100%;
background-color: #eaeff2;
padding: 0;
margin: 0;
margin: 1em;
font-family: sans-serif;
border: 1em solid #eaeff2;
background-color: #eaeff2;
}

#editor,
Expand Down

0 comments on commit ce66237

Please sign in to comment.