mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-09-02 11:42:39 +00:00
24 lines
334 B
SCSS
24 lines
334 B
SCSS
.page {
|
|
position: relative;
|
|
|
|
.content {
|
|
[id] {
|
|
scroll-margin-top: $header-height;
|
|
|
|
[header-desktop='normal'] & {
|
|
scroll-margin-top: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
@include blur;
|
|
}
|
|
|
|
@import '_single';
|
|
@import '_special';
|
|
@import '_archive';
|
|
@import '_home';
|
|
@import '_404';
|
|
@import '_offline';
|
|
@import '_friends';
|