From a7810a53d0e88cc975adffe7cf2e249f6ca55d9c Mon Sep 17 00:00:00 2001 From: Fini Jastrow Date: Fri, 16 Dec 2022 19:02:19 +0100 Subject: [PATCH] Adapt scss to new icon sizes [why] The icon sizes (in EM) changed a bit, so we need to decrease the display size to make the icon not-overlap the text. Signed-off-by: Fini Jastrow --- _includes/css/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/css/main.scss b/_includes/css/main.scss index 5e945d8cf..55dfcd95f 100644 --- a/_includes/css/main.scss +++ b/_includes/css/main.scss @@ -214,7 +214,7 @@ nav ul li:hover, nav ul li.active { } .sectiondivider .fa-stack { - font-size: 130px; + font-size: 120px; position: static; } .sectiondivider .nf-fa-circle { color: #fff; }