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

Commit 7dd43d9

Browse files
authored
Merge pull request #689 from cesium/gj/fixSizing
fix: spacing on hero
2 parents c01215c + d80783b commit 7dd43d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)