mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-19 10:54:06 -06:00
fix(search): set max-width for mobile search component
This commit is contained in:
parent
12e0da525b
commit
389cb70a3d
@ -3,6 +3,7 @@
|
||||
.search {
|
||||
min-width: fit-content;
|
||||
@media all and ($mobile) {
|
||||
max-width: 14rem;
|
||||
flex-grow: 0.3;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user