summaryrefslogtreecommitdiff
path: root/_sass/elements/container.sass
diff options
context:
space:
mode:
Diffstat (limited to '_sass/elements/container.sass')
-rw-r--r--_sass/elements/container.sass25
1 files changed, 0 insertions, 25 deletions
diff --git a/_sass/elements/container.sass b/_sass/elements/container.sass
deleted file mode 100644
index 2aaf591..0000000
--- a/_sass/elements/container.sass
+++ /dev/null
@@ -1,25 +0,0 @@
-.container
- margin: 0 auto
- position: relative
- +desktop
- max-width: $desktop - (2 * $gap)
- width: $desktop - (2 * $gap)
- &.is-fluid
- margin-left: $gap
- margin-right: $gap
- max-width: none
- width: auto
- +until-widescreen
- &.is-widescreen
- max-width: $widescreen - (2 * $gap)
- width: auto
- +until-fullhd
- &.is-fullhd
- max-width: $fullhd - (2 * $gap)
- width: auto
- +widescreen
- max-width: $widescreen - (2 * $gap)
- width: $widescreen - (2 * $gap)
- +fullhd
- max-width: $fullhd - (2 * $gap)
- width: $fullhd - (2 * $gap)