stretch heading scale (h1→step-5, h3→step-1) + reduce heading bottom margin (space-l → space-m)

This commit is contained in:
Pontoporeia
2026-07-06 19:51:20 +02:00
parent 148ffe79f0
commit 0979267c68
5 changed files with 11 additions and 14 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ form[role="search"]:not(.header-search-form) {
#site-search-input {
width: 100%;
padding: var(--space-2xs) var(--space-s);
padding-left: calc(18px + var(--space-l));
padding-left: calc(18px + var(--space-m));
border: 1px solid var(--accent-primary);
border-radius: var(--radius);
background: var(--bg-primary);