Skip to content

Commit d930c0a

Browse files
authored
Merge pull request #13436 from MahendraBishnoi29/mahendra/spacing-fix
fix: padding between navbar and dapps page hero
2 parents abd93ae + 9858ad0 commit d930c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/PageHero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const PageHero = ({
5858
>
5959
<Box
6060
maxW={{ base: "full", lg: "container.sm" }}
61-
pt={{ base: isReverse ? 0 : 8, lg: 32 }}
61+
pt={{ base: isReverse ? 0 : 8, lg: 16 }}
6262
pb={{ base: isReverse ? 8 : 0, lg: 32 }}
6363
ps={{ base: 0, lg: 8 }}
6464
me={{ base: 0, lg: 4 }}

0 commit comments

Comments
 (0)