feat: ajuster les boutons à leur contenu

main
Jalil Arfaoui 2023-02-26 11:01:19 +01:00
parent 7f6232098e
commit 6abff3bf55
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@
}
.button {
@apply w-48 block text-xl mt-6 px-6 py-3 text-white no-underline bg-slate-600 rounded hover:bg-slate-500 hover:underline ;
@apply w-48 block text-xl mt-6 px-6 py-3 text-white no-underline bg-slate-600 rounded hover:bg-slate-500 hover:underline;
min-width: fit-content;
}
.centered-button {