diff options
| author | William Hergès <william@herges.fr> | 2025-08-15 14:15:16 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-08-15 14:15:16 +0200 |
| commit | 7b5d816992fe26594fbfbedfd46baef708b9d1ca (patch) | |
| tree | 9131b80aa16462501e6a92e845683eb68d5a916a /scss | |
| parent | cc8457921470e830a1df24e82e74b43579d09c83 (diff) | |
feat(style): modify root font-size for more consistent design
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/main.scss | 12 |
1 files changed, 6 insertions, 6 deletions
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 { |
