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