mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 09:20:00 +02:00
fix: adjust Community section image width for better responsiveness
This commit is contained in:
parent
838c23d4c0
commit
8b71b4f5c4
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ import Image from 'astro/components/Image.astro'
|
||||||
<Image
|
<Image
|
||||||
src={ComImage}
|
src={ComImage}
|
||||||
alt="Community"
|
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>
|
</motion.span>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue