change size in mobile lion

This commit is contained in:
Esteban 2026-03-04 13:33:44 -05:00
parent ff1c26fac4
commit 4a6eb5ae94
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ const { title } = Astro.props;
<div class="container mx-auto">
<div class="flex justify-between px-4">
<h2 class="text-tertiary font-secondary text-xl sm:text-2xl md:text-3xl lg:text-5xl font-bold">{title}</h2>
<img class="w-20 h-20" src="/img/lion.svg" alt="Leon">
<img class="md:w-20 md:h-20 w-10 h-10" src="/img/lion.svg" alt="Leon">
</div>
</div>
</div>