From cee5f9ea1301ecba2ee4289abb2b7b806285bcb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Mogu=C3=A9rou?= Date: Sun, 9 Aug 2026 14:16:37 +0200 Subject: [PATCH] style --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index e17898f..233f46a 100644 --- a/static/style.css +++ b/static/style.css @@ -177,7 +177,7 @@ width: 100%; } #img_svg { - width: max(800px, 70%); + width: max(800px, 100%); border: 1px solid #ccc; margin: 1rem auto; }