Fix container

This commit is contained in:
Jeremy Thomas
2016-12-22 20:33:10 +00:00
parent da1006527c
commit 102a5d41f1
6 changed files with 63 additions and 620 deletions

View File

@@ -5,13 +5,13 @@
position: relative
+desktop
margin: 0 auto
max-width: 960px
max-width: $desktop - 40px
// Modifiers
&.is-fluid
margin: 0 1.5rem
max-width: none
+widescreen
max-width: 1200px
max-width: $widescreen - 40px
.delete
+delete