Skip to content

Commit

Permalink
Added: More sensible margins to mobile sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
jehna committed Apr 10, 2015
1 parent 3e89a60 commit 6d2f7fe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scss/_responsive.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
@media (max-width: $screen-mobile-max-width) {
body {
padding: $em;
}

article {
border-radius: 0;
margin: -$em;
padding: $em;
}
}

0 comments on commit 6d2f7fe

Please sign in to comment.