Skip to content

Commit

Permalink
chore(vue): unify Hero styling with react (#3097)
Browse files Browse the repository at this point in the history
  • Loading branch information
FRSgit authored Apr 16, 2024
1 parent 7331391 commit 5887100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/preview/nuxt/pages/showcases/Banners/Hero.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
alt="hero"
/>
</picture>
<div class="md:flex md:flex-row-reverse md:justify-center max-w[1536px] mx-auto md:min-h-[576px]">
<div class="md:flex md:flex-row-reverse md:justify-center max-w[1536px] mx-auto min-h-[576px]">
<div class="flex flex-col md:basis-2/4 md:items-stretch md:overflow-hidden">
<img
src="http://localhost:3100/@assets/hero-headphones.png"
Expand Down

0 comments on commit 5887100

Please sign in to comment.