mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-25 07:48:54 +00:00
0f5e60274a
⬆️ Required Hugo versions above 0.109.0
21 lines
294 B
SCSS
21 lines
294 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';
|
|
@import '_friends';
|