diff --git a/root/styles/main.css b/root/styles/main.css index 6980ce2..2376d90 100644 --- a/root/styles/main.css +++ b/root/styles/main.css @@ -12,7 +12,7 @@ --link-hover: #9fa8da; --font-family: 'Arial', 'Helvetica', sans-serif; - --font-size-base: 16px; + --font-size-base: 1.25rem; --line-height-base: 1.6; --spacing-small: 0.5rem; @@ -32,6 +32,7 @@ body { min-height: 100vh; display: flex; flex-direction: column; + font-size: var(--font-size-base); } h1,