Further clamping

This commit is contained in:
Simon Martens
2025-10-07 16:35:54 +02:00
parent 5d6030ddca
commit c4a021a444
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

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