LoveIt/assets/css/_page/_index.scss

23 lines
311 B
SCSS
Raw Normal View History

.page {
2019-08-18 19:36:52 +02:00
position: relative;
max-width: 800px;
width: 60%;
2019-08-18 19:36:52 +02:00
margin: 0 auto;
[header-desktop] & {
padding-top: $header-height;
}
[header-desktop=normal] & {
padding-top: 0;
}
@include blur;
2019-08-18 19:36:52 +02:00
}
2020-02-13 18:30:33 +01:00
@import "_single";
@import "_special";
@import "_archive";
@import "_home";
@import "_404";