6 lines
96 B
SCSS
6 lines
96 B
SCSS
|
@media screen and (max-width: #{$screen-tablet - 1}) {
|
||
|
section {
|
||
|
margin: 0 $gutter;
|
||
|
}
|
||
|
}
|