From e9f332963e2254ac37dd83effaa6599112891724 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Mogu=C3=A9rou?= Date: Sun, 16 Jul 2023 11:33:27 +0200 Subject: [PATCH] Style --- res/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/res/style.css b/res/style.css index 747a94c..6d814c4 100755 --- a/res/style.css +++ b/res/style.css @@ -130,10 +130,14 @@ div.content { align-items: center; } - #resultat div, .choix-appli-wrapper a { + .choix-appli-wrapper a { width: clamp(300px, 60%, 700px); } + #resultat div { + width: 100%; + } + div.table_wrapper { width: calc(100vw - 50px); }