Fixed anchoring

This commit is contained in:
2023-08-31 00:23:12 +02:00
parent 62f54d4f16
commit cbc4d839d0
2 changed files with 7 additions and 3 deletions

View File

@@ -14,9 +14,12 @@ html {
--header-BackgroundColor: var(--primaryColor);
--header-textColor: #ffd39c;
--header-Height: 5.375rem;
scroll-padding-top: var(--header-Height);
}
body {
font-family: 'Questrial', sans-serif;
background-color: var(--body-BackgroundColor);
}