LoveIt/assets/css/_page/_index.scss
2020-02-14 01:30:33 +08:00

13 lines
199 B
SCSS

.page {
position: relative;
width: 100%;
max-width: 980px;
margin: 0 auto;
padding-top: 6rem;
}
@import "_single";
@import "_special";
@import "_archive";
@import "_home";
@import "_404";