Skip to content

Commit

Permalink
style(page): fix small padding issue
Browse files Browse the repository at this point in the history
The padding here is useful for browsers that display a full on scrollbar
instead of an overlay scrollbar. We can continue to think about how
that space it utilized in future commits/prs.
  • Loading branch information
skipjack committed Oct 11, 2017
1 parent 1da9e29 commit b11f900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Page/Page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@

@include break {
flex: 3;
padding: 1.5em 1.5em 1.5em 0;
padding: 1.5em;
}
}

0 comments on commit b11f900

Please sign in to comment.