From 7adeb187bde8da6e5ce4ceb305ed4eea575a47b0 Mon Sep 17 00:00:00 2001 From: adrien Date: Wed, 30 Apr 2025 09:35:39 +0200 Subject: [PATCH] flex --- style.css | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index d923c8b..480ce23 100644 --- a/style.css +++ b/style.css @@ -9,7 +9,6 @@ form { display: flex; flex-flow: column; min-height: calc(100vh - 4rem); - justify-content: space-between; } h1 { @@ -44,16 +43,25 @@ h2 { .grille-et-definitions { display: flex; flex-flow: row; - justify-content: space-evenly; + justify-content: space-around; flex-wrap: wrap; height: max-content; + flex-grow: 1; align-items: flex-start; + margin: 0; +} + +.grille { + display: flex; + flex-flow: column; + justify-content: center; + margin-top: auto; + margin-bottom: auto; } .grille table { border-collapse: collapse; - margin: 0 auto; - height: fit-content; + margin: auto; } .grille th, @@ -158,7 +166,7 @@ button[type='submit'] { button[type='submit'] { width: 100%; - /*! margin: auto; */ + margin: auto; border: none; background: none; font-family: inherit;