7 lines
94 B
SCSS
7 lines
94 B
SCSS
.site-content {
|
|
grid-area: page-container;
|
|
|
|
@include mq("large") {
|
|
margin: 2em;
|
|
}
|
|
}
|