From 384fc89acc3ebcd1340344296e564c655c7a049f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Mogu=C3=A9rou?= Date: Wed, 19 Jul 2023 01:42:58 +0200 Subject: [PATCH] Style --- res/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/style.css b/res/style.css index 7b86c8b..874a297 100755 --- a/res/style.css +++ b/res/style.css @@ -234,10 +234,10 @@ div.ln div.null { } div.ln div:nth-child(1) { - width: calc(70vw + 10px); + width: calc(64vw + 10px); } div.ln div:nth-child(3), div.ln div:nth-child(4) { - width: 35vw; + width: 32vw; } } \ No newline at end of file