Fix/css tweaks and bugs #11

Merged
ilia merged 13 commits from fix/css-tweaks-and-bugs into main 2026-07-14 15:19:16 +00:00
Showing only changes of commit 0353315953 - Show all commits
+4 -1
View File
@@ -213,7 +213,10 @@
font-size: var(--text-3xl); font-size: var(--text-3xl);
} }
h3 { h3 {
font-size: var(--text-2xl); /* 5vw is tuned to stay under the nav h1 across the whole range: it only
* reaches the nav's 32px exactly at the 640px breakpoint where the nav
* itself steps up, so h3 never overtakes it. */
font-size: clamp(1.5rem, 5vw, var(--text-2xl));
} }
h4 { h4 {
font-size: var(--text-xl); font-size: var(--text-xl);