mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 01:10:02 +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
|
||||
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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue