Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
fix: mobile view (#305)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeff Paltera <[email protected]>
  • Loading branch information
jeffpdotone and Jeff Paltera authored Apr 6, 2022
1 parent 87e05df commit 079187a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/theme/components/SearchResults.vue
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@
:style="{ '--index': i }"
:title="article.title"
:image="getArticleImage(article)"
:image-height="326"
:image-width="216"
:image-height="192"
:image-width="128"
:wishlist-icon="false"
:show-add-to-cart-button="false"
image-tag="nuxt-img"
Expand Down

0 comments on commit 079187a

Please sign in to comment.