Fix container

This commit is contained in:
Jeremy Thomas
2017-03-14 22:25:22 +00:00
parent 8203999949
commit c98dbb77f2
10 changed files with 161 additions and 86 deletions

View File

@@ -5,15 +5,16 @@
position: relative
+desktop
margin: 0 auto
max-width: $desktop - 40px
width: $desktop - 40px
// Modifiers
&.is-fluid
margin: 0 20px
max-width: none
width: auto
+widescreen
max-width: $widescreen - 40px
width: $widescreen - 40px
+fullhd
max-width: $fullhd - 40px
width: $fullhd - 40px
.delete
+delete