This commit is contained in:
Jeremy Thomas
2017-03-26 17:27:15 +01:00
parent c0659517ee
commit d50724b3cf
6 changed files with 16 additions and 2 deletions

View File

@@ -5,6 +5,7 @@
position: relative
+desktop
margin: 0 auto
max-width: $desktop - 40px
width: $desktop - 40px
// Modifiers
&.is-fluid
@@ -12,8 +13,10 @@
max-width: none
width: auto
+widescreen
max-width: $widescreen - 40px
width: $widescreen - 40px
+fullhd
max-width: $fullhd - 40px
width: $fullhd - 40px
.delete