adjust button size

This commit is contained in:
Benjamin Palko 2024-12-13 10:13:47 -05:00
parent 15635a7dac
commit afc6b2b338

View file

@ -40,7 +40,7 @@
@apply px-2 py-1 text-base;
}
.button--large {
@apply px-2.5 py-1 text-xl;
@apply px-3 py-1.5 text-lg;
}
.button--primary {
@apply bg-red-600 text-white;