mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-08-10 15:21:22 +02:00
stretch heading scale (h1→step-5, h3→step-1) + reduce heading bottom margin (space-l → space-m)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user