From 36456fd4fd21f0bc195f500a9de1c202bfb23db2 Mon Sep 17 00:00:00 2001 From: tiritibambix Date: Sat, 21 Dec 2024 12:56:45 +0100 Subject: [PATCH] Update index.html --- templates/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 3000ac6..e3af755 100644 --- a/templates/index.html +++ b/templates/index.html @@ -121,7 +121,9 @@ button { font-size: 1.1rem; - width: auto; + width: var(--input-width); /* Fixe la largeur */ + display: block; /* Occupe une ligne complète */ + margin: var(--spacing-small) auto 0; /* Centre le bouton */ } }