mirror of
https://github.com/danbulant/Portfolio
synced 2026-07-06 03:20:53 +00:00
feat: do not center select textfield
This commit is contained in:
parent
61bedefc21
commit
2d93e3316e
1 changed files with 0 additions and 1 deletions
|
|
@ -39,7 +39,6 @@
|
||||||
select {
|
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 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;
|
@apply min-w-40;
|
||||||
text-align-last: center;
|
|
||||||
}
|
}
|
||||||
option {
|
option {
|
||||||
@apply w-full;
|
@apply w-full;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue