From 5c5cabb4d09bcc8db0343abb2c91e49de499e206 Mon Sep 17 00:00:00 2001 From: Florent Becker Date: Sat, 23 Jul 2022 18:31:13 +0200 Subject: [PATCH] =?UTF-8?q?Am=C3=A9lioration=20de=20l'affichage=20pour=20p?= =?UTF-8?q?lusieurs=20queues?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kikikoz.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/kikikoz.css b/kikikoz.css index 66d5779..b5a05ba 100644 --- a/kikikoz.css +++ b/kikikoz.css @@ -1,12 +1,21 @@ body { + margin: 0; +} + +body > div { background-color: aliceblue; display: flex; + height: 100vh; + padding: 8px; } section#les_queues { - display: grid; - grid-template-columns: 1fr 1fr; + display: flex; +} + +#les_queues > div { + flex-grow: 1; } h1 {