Skip to content

Commit

Permalink
style(search): increase width on mobile view (jackyzha0#796)
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron <[email protected]>
  • Loading branch information
aarnphm authored Feb 5, 2024
1 parent c891ad8 commit 9072568
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions quartz/components/styles/search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@
margin-left: auto;
margin-right: auto;

@media all and (max-width: $fullPageWidth) {
width: 90%;
}

& > * {
width: 100%;
border-radius: 7px;
Expand Down

0 comments on commit 9072568

Please sign in to comment.