feat: ajuster les boutons à leur contenu
parent
7f6232098e
commit
6abff3bf55
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue