From 27646fdfee3ec0a7f0e7523c3c764614f53c6b90 Mon Sep 17 00:00:00 2001 From: Andre <andre.holger.hanke@mni.thm.de> Date: Tue, 29 Oct 2019 14:05:02 +0100 Subject: [PATCH] Use only one type of css-units for Font-Size --- src/styles.scss | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/src/styles.scss b/src/styles.scss index 28d98001d..47663d869 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -68,27 +68,19 @@ body{ h2 { color: var(--on-surface)!important; - font-size: x-large!important; + font-size: 24px!important; } h3 { color: var(--on-surface)!important; - font-size: large; + font-size: 18px!important; } h4 { padding-top: 10%; - font-size: 120%; - margin: 0px; + font-size: 17px!important; } -p { - +p, div { font-family: Roboto, "Helvetica Neue", sans-serif!important; - margin: 10px 0 10px 0; } - -div { - font-family: Roboto, "Helvetica Neue", sans-serif!important; -} - -- GitLab