Skip to content

Commit

Permalink
fix mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoSong committed Jul 18, 2024
1 parent b2b5284 commit 6d64a00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Loyalty.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ const { headline, description, image_subheaders } = content.frontmatter.loyalty;
</h3>
</div>

<div class="flex flex-col md:flex-row md:mt-10 flex-1 items-center justify-between max-w-screen-xl max-h-[800px] mx-auto gap-16">
<div class="flex flex-col md:flex-row md:mt-10 flex-1 items-center justify-between max-w-screen-xl md:max-h-[800px] mx-auto gap-8">

<div class="flex-1 flex flex-col items-center md:items-start w-[80%] md:w-auto gap-4">
<div class="flex-1 flex flex-col items-center md:items-start w-[80%] md:w-auto gap-4 mt-16">
<Image
src={iceCream}
alt="hand ice cream"
Expand Down

0 comments on commit 6d64a00

Please sign in to comment.