Skip to content

Commit 78a11ef

Browse files
committed
fix hero image
Signed-off-by: rishichawda <[email protected]>
1 parent e016ed7 commit 78a11ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/landing/hero.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,9 @@ import logo from "../../../content/assets/logo/logo.svg";
200200
</div>
201201

202202
<div
203-
class="hidden lg:flex lg:order-1 xl:order-2 flex-col h-[90%] items-center justify-center relative animate-fade-in-scale"
203+
class="hidden flex-grow lg:flex lg:order-1 xl:order-2 flex-col h-[90%] items-center justify-center relative animate-fade-in-scale"
204204
>
205-
<div class="relative">
205+
<div class="relative w-full">
206206
<Image
207207
alt="Rishi Chawda Logo"
208208
src={logo}

0 commit comments

Comments
 (0)