add nerd101

This commit is contained in:
Lyn Fugmann 2024-10-04 13:54:40 +02:00
parent 9ff8a13190
commit 1340f4a772
9 changed files with 247 additions and 8 deletions

View file

@ -1,3 +1,12 @@
html {
scroll-padding-top: 108px;
}
@media (width < 1024px) {
html {
scroll-padding-top: 84px;
}
}
header {
z-index: 1000;
display: flex;