ildi-wp/dev/scss/elements/_article.scss
2018-08-15 08:11:52 -05:00

12 lines
162 B
SCSS

article {
margin: 0 auto;
width: 100%;
max-width: 80rem;
}
@media screen and (max-width: #{$screen-tablet - 1}) {
article {
margin: 0 $gutter;
}
}