This commit is contained in:
Chidam 2025-11-06 21:34:54 +01:00 committed by GitHub
commit da5c391e28
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;
} }