Fix container

This commit is contained in:
Jeremy Thomas
2016-12-22 20:33:10 +00:00
parent da1006527c
commit 102a5d41f1
6 changed files with 63 additions and 620 deletions

View File

@@ -2,9 +2,6 @@
+block
color: $text
// Inline
a:not(.button)
&:visited
color: $link-visited
li + li
margin-top: 0.25em
// Block

View File

@@ -5,13 +5,13 @@
position: relative
+desktop
margin: 0 auto
max-width: 960px
max-width: $desktop - 40px
// Modifiers
&.is-fluid
margin: 0 1.5rem
max-width: none
+widescreen
max-width: 1200px
max-width: $widescreen - 40px
.delete
+delete