add scroll padding

This commit is contained in:
Daniel Bulant 2022-03-07 19:59:40 +01:00
parent a7da38f040
commit ef2ccfc3bc

View file

@ -2,6 +2,7 @@ html, body {
position: relative;
width: 100%;
min-height: 100vh;
scroll-padding-top: 110px;
}
* {