Wider font size range

This commit is contained in:
Simon Martens
2025-10-07 16:29:26 +02:00
parent 4d1dca34d1
commit 5d6030ddca
2 changed files with 2 additions and 2 deletions

View File

@@ -253,7 +253,7 @@ body.page-edition::before {
@layer components {
html {
font-size: clamp(13px, 1vw + 0.5rem, 16px);
font-size: clamp(11px, 1vw + 0.5rem, 18px);
}
body {