Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit d80783b

Browse files
committed
fix: sizing on hero
1 parent c01215c commit d80783b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: layout/Home/components/Hero/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function Hero() {
1717
<SpotlightShape />
1818
<div className="spacing z-40 select-none pb-32">
1919
<Title />
20-
<div className="relative mt-20 text-white">
20+
<div className="relative mt-24 text-white">
2121
<div className="flex items-center justify-between">
2222
<h5 className="font-imedium">Follow us on</h5>
2323
{isAuthenticated || (

0 commit comments

Comments
 (0)