From 4bcea747ce6cb04d6c506f838a9455b086e456fa Mon Sep 17 00:00:00 2001 From: Toni Verbeiren Date: Thu, 7 Dec 2023 16:23:36 +0100 Subject: [PATCH] Increase width of SVG --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index f90a3957..ab8b625a 100644 --- a/styles.css +++ b/styles.css @@ -283,7 +283,7 @@ Content, containers, ... /* Fixing the wwidth also fixes the location and avoid sliding in */ svg { - width: 510; + width: 600; } /* left and right container, based on variable */