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
+10
View File
@@ -42,6 +42,9 @@
--radius-md: 16px;
--radius-lg: 24px;
--radius-pill: 50px;
/* Space reserved for the fixed mobile navigation dock. */
--dock-content-space: 0px;
}
/* ==========================================================================
@@ -65,6 +68,13 @@ body {
font-weight: var(--font-weight-normal);
line-height: 1.6;
overflow-x: hidden;
padding-bottom: var(--dock-content-space);
}
@media (max-width: 600px) {
:root {
--dock-content-space: calc(88px + env(safe-area-inset-bottom));
}
}
h1, h2, h3, h4, h5, h6 {