From e323dec3c1f7f4d726505332f4237400a8634fe8 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 10:35:01 +0200 Subject: [PATCH] Increase margin-left in .interaction-bar .flex --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 3666256..2511d28 100644 --- a/index.html +++ b/index.html @@ -178,7 +178,7 @@ } .interaction-bar .flex { - margin-left: 80px; + margin-left: 100px; }