From a6df3ccda8b5b420eed4015123a63e347697dd70 Mon Sep 17 00:00:00 2001 From: Fey Naomi Schrewe Date: Mon, 4 Sep 2023 19:33:58 +0200 Subject: [PATCH] set font size in pixels Signed-off-by: Fey Naomi Schrewe --- sass/theming.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/theming.scss b/sass/theming.scss index c4383cf..1360f5f 100644 --- a/sass/theming.scss +++ b/sass/theming.scss @@ -1 +1 @@ -$font-size: 1.25em; \ No newline at end of file +$font-size: 20px; \ No newline at end of file