Skip to content

Commit 6296102

Browse files
committed
update hero
add max h for mobile
1 parent f39114f commit 6296102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/app/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default function Page() {
3939
<Image
4040
src={heroBanner}
4141
alt="banner"
42-
className="object-cover w-full border border-[#99EFE4] border-2 rounded-xl md:max-h-[500px]"
42+
className="object-cover w-full border border-[#99EFE4] border-2 rounded-xl max-h-[150px] md:max-h-[500px]"
4343
/>
4444
</div>
4545
<div className="w-full px-4 py-1 flex flex-col lg:flex-row items-center stretch gap-4">

0 commit comments

Comments
 (0)