From ed9fee293c22087b2351062408113fed31b7b420 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Wed, 20 Nov 2024 07:35:00 +0200 Subject: [PATCH] CSS tweak --- fc-solve/site/wml/lib/sass/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fc-solve/site/wml/lib/sass/style.scss b/fc-solve/site/wml/lib/sass/style.scss index 61eda1c13..0b274eea5 100644 --- a/fc-solve/site/wml/lib/sass/style.scss +++ b/fc-solve/site/wml/lib/sass/style.scss @@ -476,7 +476,7 @@ body.faq_indiv_entry { img.sign { float: left; - margin: 1em; + margin-right: 1.5em; width: 5em; } }