mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 19:06:16 +01:00
15 lines
237 B
SCSS
15 lines
237 B
SCSS
.page {
|
|
position: relative;
|
|
max-width: 800px;
|
|
width: 60%;
|
|
margin: 0 auto;
|
|
padding-top: $page-padding-top-desktop;
|
|
|
|
@include blur;
|
|
}
|
|
|
|
@import "_single";
|
|
@import "_special";
|
|
@import "_archive";
|
|
@import "_home";
|
|
@import "_404";
|