ildi-wp/dev/scss/elements/_section.scss

6 lines
96 B
SCSS
Raw Normal View History

2018-04-24 20:41:34 -05:00
@media screen and (max-width: #{$screen-tablet - 1}) {
section {
margin: 0 $gutter;
}
}