mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-09-02 11:42:39 +00:00
20 lines
274 B
SCSS
20 lines
274 B
SCSS
.page {
|
|
position: relative;
|
|
@extend %page-style;
|
|
|
|
.content {
|
|
[id] {
|
|
scroll-margin-top: var(--#{$prefix}scroll-mt);
|
|
}
|
|
}
|
|
|
|
@include blur;
|
|
}
|
|
|
|
@import '_single';
|
|
@import '_special';
|
|
@import '_archive';
|
|
@import '_home';
|
|
@import '_404';
|
|
@import '_offline';
|