From f6d004cfeaa05eac60184f7e9c7fa387871bd53f Mon Sep 17 00:00:00 2001 From: Manuel Date: Wed, 6 Nov 2024 11:58:22 +0100 Subject: [PATCH] Add new size to headings --- frontend/src/style/styles.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/style/styles.scss b/frontend/src/style/styles.scss index 1ba1a805b5..cb4006bd58 100644 --- a/frontend/src/style/styles.scss +++ b/frontend/src/style/styles.scss @@ -14,12 +14,12 @@ body.okr { --bs-body-font-family: "Roboto", "Helvetica Neue", sans-serif; h1 { - font-size: 28px; + font-size: 1.5rem; font-weight: 600; } h2 { - font-size: 25.2px; + font-size: 1.25rem; font-weight: 600; word-wrap: anywhere; @extend .linebreak; @@ -27,20 +27,20 @@ body.okr { } h3 { - font-size: 22.4px; + font-size: 1rem; font-weight: 600; word-wrap: anywhere; margin-bottom: 0; } h4 { - font-size: 19.6px; + font-size: 0.875rem; font-weight: normal; margin-bottom: 0; } h5 { - font-size: 14px; + font-size: 0.875rem; margin-bottom: 0; }