style fixes for search bar and title on mobile

This commit is contained in:
Jacky Zhao
2023-07-23 11:19:15 -07:00
parent 19dc628ca8
commit 36c479231d
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
@use "../../styles/variables.scss" as *;
.search {
min-width: 5rem;
min-width: fit-content;
max-width: 14rem;
flex-grow: 0.3;