mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-15 03:16:30 +01:00
13 lines
199 B
SCSS
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";
|