feat: do not center select textfield

This commit is contained in:
EETagent 2022-12-21 17:07:07 +01:00
parent 61bedefc21
commit 2d93e3316e

View file

@ -39,7 +39,6 @@
select {
@apply hover:border-sspsBlue w-full rounded-lg border border-2 bg-[#f8fafb] p-3 text-xl shadow-lg outline-none transition-colors duration-300;
@apply min-w-40;
text-align-last: center;
}
option {
@apply w-full;