Fixed issue with font sizes, scaled it to 0.9rem (18.666 on the browser

thing), without the fonts it was 1rem = 18.6666 so I need to scale it,
but only inside the <main> tag and not <html> otherwise it would also
scale the entire website
This commit is contained in:
2024-11-14 13:48:19 +02:00
parent debc09cb3b
commit 85efa0fb96
3 changed files with 6 additions and 5 deletions

View File

@@ -53,6 +53,8 @@ main {
max-width: 75%;
max-height: 80%;
overflow: hidden;
font-size: 0.9rem;
font-weight: 300;
}
h1,