mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 09:20:00 +02:00
fix: remove unnecessary div in Community component and adjust Image positioning in Hero component
This commit is contained in:
parent
3bb6494653
commit
48bb946e4b
2 changed files with 1 additions and 2 deletions
|
@ -15,7 +15,6 @@ import {
|
|||
id="Community"
|
||||
class="flex min-h-screen w-full flex-col items-center text-center relative"
|
||||
>
|
||||
<div class="flex-1 w-full"></div>
|
||||
<Title>Community Driven</Title>
|
||||
<Description class="px-4 lg:px-0 lg:w-1/2">
|
||||
We are a community-driven project. We listen to our users and build the
|
||||
|
|
|
@ -25,5 +25,5 @@ import { ArrowRight } from 'lucide-astro'
|
|||
<Button>Start Exploring</Button>
|
||||
</div>
|
||||
</div>
|
||||
<Image src={myImage} alt="Zen browser" class="hidden lg:block absolute top-full -translate-y-[20%]" />
|
||||
</header>
|
||||
<Image src={myImage} alt="Zen browser" class="hidden lg:block top-full -translate-y-[20%] mx-auto" />
|
Loading…
Add table
Add a link
Reference in a new issue