feat(core): reduce scroll top padding

This should place the scroll target close to content header
This commit is contained in:
alistair3149 2022-10-25 16:05:01 -04:00
parent 6b9fe9c2fa
commit 9b9b3613c3
No known key found for this signature in database

View file

@ -3,7 +3,7 @@
*/
html {
// Not ideal but it works
scroll-padding-top: 10rem;
scroll-padding-top: 6rem;
}
html,