From 50872aef310d9a672b18271385c8f2f7f3853e92 Mon Sep 17 00:00:00 2001 From: adrien Date: Mon, 28 Apr 2025 17:54:55 +0200 Subject: [PATCH] =?UTF-8?q?ic=C3=B4ne=20sur=20le=20bouton=20nouvelle=20gri?= =?UTF-8?q?lle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.php | 2 +- style.css | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index b4eef03..de0d66a 100644 --- a/index.php +++ b/index.php @@ -145,7 +145,7 @@ $grille = new Grille($hauteur, $largeur, $id); name="lignes" value="" /> name="colonnes" value="" /> - + diff --git a/style.css b/style.css index 1fc02ec..1e32290 100644 --- a/style.css +++ b/style.css @@ -142,6 +142,9 @@ button[type='submit'] { background: none; font-family: inherit; font-size: 1em; + display: flex; + align-items: center; + gap: 0.5em; } button[type="submit"]:hover { @@ -213,4 +216,4 @@ button[type="submit"]:active { button[type="submit"]:active { color: orchid; } -} +} \ No newline at end of file