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 */ } }