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