From 0ec01ef6d5ab2e46d824f162b0c40606e8853de0 Mon Sep 17 00:00:00 2001 From: Klaus Quibeldey-Cirkel <klaus.quibeldey-cirkel@mni.thm.de> Date: Wed, 1 Jan 2020 15:04:53 +0100 Subject: [PATCH] fontsize corrections --- src/styles.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/styles.scss b/src/styles.scss index 80c8400c7..e90b7aec4 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -75,7 +75,7 @@ markdown { .oldtypo h4 { padding-top: 10%; - font-size: 17px !important; + font-size: 16px !important; } .oldtypo p, .oldtypo div { @@ -129,3 +129,7 @@ address { .mat-card, .mat-dialog-container { border-radius: 25px !important; } + +.mat-dialog-container { + padding: 15px !important; +} -- GitLab