mjz update
This commit is contained in:
17
vdoing/styles/wrapper.styl
Normal file
17
vdoing/styles/wrapper.styl
Normal file
@@ -0,0 +1,17 @@
|
||||
$vdoing-wrapper
|
||||
max-width $contentWidth
|
||||
margin 0 auto
|
||||
padding 1rem 2.5rem 2rem 2.5rem
|
||||
&:not(.footer)
|
||||
background var(--mainBg)
|
||||
box-shadow 0 1px 2px 0 rgba(0,0,0,.1)
|
||||
// box-shadow 0 0 3px 0 rgba(0,0,0,.1)
|
||||
margin-bottom 1rem
|
||||
@media (min-width $contentWidth + 80)
|
||||
border-radius 2px
|
||||
@media (max-width: $MQNarrow)
|
||||
padding 1rem 2rem
|
||||
@media (max-width: $MQMobileNarrow)
|
||||
padding 1rem 1.5rem
|
||||
$wrapper
|
||||
max-width $contentWidth
|
||||
Reference in New Issue
Block a user