Aaron Pham
2024-02-05 90725688a7b7dfd042268267b11fd4002008499b
style(search): increase width on mobile view (#796)

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
1 files modified
4 ■■■■ changed files
quartz/components/styles/search.scss 4 ●●●● patch | view | raw | blame | history
quartz/components/styles/search.scss
@@ -59,6 +59,10 @@
      margin-left: auto;
      margin-right: auto;
      @media all and (max-width: $fullPageWidth) {
        width: 90%;
      }
      & > * {
        width: 100%;
        border-radius: 7px;