Skip to content

Commit

Permalink
add left padding to the body to compensate for the paper cut out bein…
Browse files Browse the repository at this point in the history
…g smaller than the screen
  • Loading branch information
mgeraci committed Nov 22, 2015
1 parent a495633 commit e9c7533
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions static/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -2934,6 +2934,7 @@ table {
body {
padding-top: 22px;
padding-right: 3px;
padding-left: 25px;
background: #000;
color: #aaa;
font-family: helvetica_neue;
Expand Down
1 change: 1 addition & 0 deletions static/css/app.sass
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ $gutter: 50px
body
padding-top: 22px
padding-right: 3px
padding-left: 25px
background: $background
color: $text-color-secondary
font-family: helvetica_neue
Expand Down

0 comments on commit e9c7533

Please sign in to comment.