Skip to content

Commit

Permalink
ice cream image height
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoSong committed Jul 24, 2024
1 parent aad85e2 commit 067e3dd
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 @@ -24,9 +24,9 @@ const { headline, description, image_subheaders } = content.frontmatter.loyalty;
<Image
src={iceCream}
alt="hand ice cream"
class="w-full h-auto md:h-[500px] object-contain"
class="w-full h-auto md:h-[450px] object-contain"
/>
<div class="mt-4 text-center">
<div class="text-center">
<p class="text-[#252525E5] font-medium">
{image_subheaders.icecream_header}
</p>
Expand Down

0 comments on commit 067e3dd

Please sign in to comment.