Skip to content

Commit

Permalink
fix: padding between navbar and ethereum-powered tools and services b…
Browse files Browse the repository at this point in the history
…anner
  • Loading branch information
MahendraBishnoi29 committed Jul 20, 2024
1 parent 885edaa commit 9858ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PageHero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const PageHero = ({
>
<Box
maxW={{ base: "full", lg: "container.sm" }}
pt={{ base: isReverse ? 0 : 8, lg: 32 }}
pt={{ base: isReverse ? 0 : 8, lg: 16 }}
pb={{ base: isReverse ? 8 : 0, lg: 32 }}
ps={{ base: 0, lg: 8 }}
me={{ base: 0, lg: 4 }}
Expand Down

0 comments on commit 9858ad0

Please sign in to comment.