From e62387197d995b4efd4f271a5870aec3a5a55e81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Mogu=C3=A9rou?= Date: Wed, 19 Jul 2023 01:51:43 +0200 Subject: [PATCH] Style --- res/style.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/res/style.css b/res/style.css index 874a297..5a147b3 100755 --- a/res/style.css +++ b/res/style.css @@ -225,19 +225,19 @@ div.ln div.null { width: 100%; } - div.ln div { - flex-grow: 1; - } - div.ln { margin-top: 10px; } div.ln div:nth-child(1) { - width: calc(64vw + 10px); + width: calc(70vw + 5px); } div.ln div:nth-child(3), div.ln div:nth-child(4) { - width: 32vw; + width: 35vw; + } + + div.ln div:nth-child(2), div.ln div:nth-child(5) { + width: calc(30vw - 30px); } } \ No newline at end of file