This commit is contained in:
Chidam 2026-01-29 05:42:24 +01:00 committed by GitHub
commit 4a5023a636
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,8 +2,8 @@
.search { .search {
min-width: fit-content; min-width: fit-content;
max-width: 14rem;
@media all and ($mobile) { @media all and ($mobile) {
max-width: 14rem;
flex-grow: 0.3; flex-grow: 0.3;
} }