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="= $hauteur ?>" />
name="colonnes" value="= $largeur ?>" />
-
+
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