mirror of
https://github.com/Kyren223/website.git
synced 2026-07-12 07:29:31 +00:00
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:
@@ -53,6 +53,8 @@ main {
|
||||
max-width: 75%;
|
||||
max-height: 80%;
|
||||
overflow: hidden;
|
||||
font-size: 0.9rem;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
h1,
|
||||
|
||||
Reference in New Issue
Block a user