9 lines
110 B
SCSS
9 lines
110 B
SCSS
@import "../components/page";
|
|
|
|
.blog__container {
|
|
max-width: 95%;
|
|
}
|
|
|
|
.blog__content {
|
|
@include md_mobile;
|
|
}
|