Decrease left/right page padding on small screens to give more space for content.

This commit is contained in:
Michael Rose
2016-04-18 16:18:12 -04:00
parent a8201afaae
commit c3e28b3754
4 changed files with 5 additions and 20 deletions

View File

@@ -6,16 +6,11 @@
@include container;
@include clearfix;
margin-top: 2em;
padding-left: 2em;
padding-right: 2em;
padding-left: 1em;
padding-right: 1em;
animation: intro 0.3s both;
animation-delay: 0.35s;
@include breakpoint($large) {
padding-left: 1em;
padding-right: 1em;
}
@include breakpoint($x-large) {
max-width: $x-large;
}