Add new breakpoint, Explain card

This commit is contained in:
Jeremy Thomas
2017-03-14 21:00:58 +00:00
parent 400dc82c40
commit 38d29ca5b0
10 changed files with 125 additions and 46 deletions

View File

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