wordpress-grunt/dev/scss/elements/_section.scss
2018-04-26 19:52:56 -05:00

6 lines
96 B
SCSS

@media screen and (max-width: #{$screen-tablet - 1}) {
section {
margin: 0 $gutter;
}
}