From 7b5d816992fe26594fbfbedfd46baef708b9d1ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Fri, 15 Aug 2025 14:15:16 +0200 Subject: feat(style): modify root font-size for more consistent design --- scss/main.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'scss') diff --git a/scss/main.scss b/scss/main.scss index a6f5f3d..2759576 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -4,6 +4,7 @@ :root { --text-color: #000; + font-size: 18px; } @font-face { @@ -13,7 +14,6 @@ body { --background-image: ; - font-size: 18px; font-family: "custom", Raveo, Inter, Roboto, sans-serif; background: #000; background-size: cover; @@ -101,23 +101,23 @@ p { } h1 { - font-size: 3rem; + font-size: 1.75rem; } h2 { - font-size: 2rem; + font-size: 1.5rem; font-weight: bold; @media only screen and (max-width: vars.$bp-little) { - font-size: 1.75rem; + font-size: 1.425rem; } } h3 { - font-size: 1.5rem; + font-size: 1.35rem; } h4 { - font-size: 1.35rem; + font-size: 1.25rem; } ul, ol { -- cgit v1.2.3