scaling problem

This commit is contained in:
Simon Martens
2025-10-07 17:51:05 +02:00
parent 4f33a7e490
commit 7f73d86fbb
5 changed files with 6 additions and 6 deletions

View File

@@ -253,7 +253,7 @@ body.page-edition::before {
@layer components {
html {
font-size: clamp(12px, 1vw + 0.5rem, 14px);
font-size: clamp(12px, calc(13px + (100vw - 1500px) / 100), 17px);
}
body {