fix: adjust Community section image width for better responsiveness

This commit is contained in:
mr. M 2025-03-08 16:45:21 +01:00
parent 838c23d4c0
commit 8b71b4f5c4
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB

View file

@ -60,7 +60,7 @@ import Image from 'astro/components/Image.astro'
<Image
src={ComImage}
alt="Community"
class="my-24 rounded-3xl shadow-md lg:mx-auto lg:w-4/5 dark:opacity-80"
class="my-24 rounded-3xl shadow-md lg:mx-auto lg:w-3/4 dark:opacity-80"
/>
</motion.span>
</section>