From d66e5ad289ca87183f791fc5aa1eaf75a256e5c4 Mon Sep 17 00:00:00 2001 From: Benno Tielen Date: Tue, 14 Apr 2026 09:00:32 +0200 Subject: [PATCH] fix: header sizes --- src/components/Text/richtext.module.scss | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/components/Text/richtext.module.scss b/src/components/Text/richtext.module.scss index fbdae63..4871025 100644 --- a/src/components/Text/richtext.module.scss +++ b/src/components/Text/richtext.module.scss @@ -10,4 +10,19 @@ .container h3, .container h4, .container h5, .container h6 { color: $base-color; +} + +.container h3 { + font-size: 33px; + font-weight: 700; +} + +.container h4 { + font-size: 25px; + font-weight: 700; +} + +.container h5 { + font-size: 20px; + font-weight: 700; } \ No newline at end of file