mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 23:38:56 +00:00
🐛 Fix: add scroll-margin to headerlink
This commit is contained in:
@@ -16,7 +16,12 @@
|
||||
}
|
||||
|
||||
.headerLink {
|
||||
scroll-margin-top: 3.5rem;
|
||||
scroll-margin-top: 0;
|
||||
|
||||
[header-desktop=fixed] &,
|
||||
[header-mobile=fixed] & {
|
||||
scroll-margin-top: $header-height;
|
||||
}
|
||||
}
|
||||
|
||||
@import "_single";
|
||||
|
||||
Reference in New Issue
Block a user