diff --git a/src/style/global.pcss b/src/style/global.pcss index b6bfa3c..7273b42 100644 --- a/src/style/global.pcss +++ b/src/style/global.pcss @@ -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 {