improve scroll position

This commit is contained in:
Philipp Kühn
2020-10-16 09:11:09 +02:00
parent 7e33b748d1
commit a6041f2723
2 changed files with 26 additions and 1 deletions

View File

@@ -59,6 +59,10 @@ body {
color: $colorText;
}
*[id] {
scroll-margin-top: 6rem;
}
button {
font: inherit;
cursor: pointer;