This commit is contained in:
Jeremy Thomas
2017-07-30 22:27:54 +01:00
parent 23e86100d9
commit b0ca1fb753
35 changed files with 907 additions and 1869 deletions

View File

@@ -6,26 +6,26 @@
position: relative
+desktop
max-width: $desktop - (2 * $gap)
width: $desktop - (2 * $gap)
// width: $desktop - (2 * $gap)
&.is-fluid
margin-left: $gap
margin-right: $gap
max-width: none
width: auto
// width: auto
+until($widescreen)
&.is-widescreen
max-width: $widescreen - (2 * $gap)
width: auto
// width: auto
+until($fullhd)
&.is-fullhd
max-width: $fullhd - (2 * $gap)
width: auto
// width: auto
+widescreen
max-width: $widescreen - (2 * $gap)
width: $widescreen - (2 * $gap)
// width: $widescreen - (2 * $gap)
+fullhd
max-width: $fullhd - (2 * $gap)
width: $fullhd - (2 * $gap)
// width: $fullhd - (2 * $gap)
.delete
+delete