fix(andreknie.de): improve mobile dock and resource requests

This commit is contained in:
2026-07-28 20:54:08 +02:00
parent 0459daa074
commit 8236cce85c
12 changed files with 219 additions and 61 deletions
@@ -12,6 +12,12 @@
box-sizing: border-box;
}
@media (max-width: 600px) {
.hero {
padding-bottom: calc(60px + var(--dock-content-space));
}
}
.hero-content {
position: relative;
z-index: 10;