This commit is contained in:
Jeremy Thomas
2018-04-08 20:11:48 +01:00
parent c63b57b58d
commit 740df6a0fa
6 changed files with 80 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
.container
margin: 0 auto
position: relative
+from($desktop)
+desktop
max-width: $desktop - (2 * $gap)
width: $desktop - (2 * $gap)
&.is-fluid
@@ -9,17 +9,17 @@
margin-right: $gap
max-width: none
width: auto
+until($widescreen)
+until-widescreen
&.is-widescreen
max-width: $widescreen - (2 * $gap)
width: auto
+until($fullhd)
+until-fullhd
&.is-fullhd
max-width: $fullhd - (2 * $gap)
width: auto
+from($widescreen)
+widescreen
max-width: $widescreen - (2 * $gap)
width: $widescreen - (2 * $gap)
+from($fullhd)
+fullhd
max-width: $fullhd - (2 * $gap)
width: $fullhd - (2 * $gap)
width: $fullhd - (2 * $gap)