We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb0f31 commit ce04239Copy full SHA for ce04239
src/components/PageHero.tsx
@@ -56,8 +56,8 @@ const PageHero: React.FC<IProps> = ({
56
>
57
<Box
58
maxW={{ base: "full", lg: "container.sm" }}
59
- pt={{ base: 0, lg: 32 }}
60
- pb={{ base: 8, lg: 32 }}
+ pt={{ base: isReverse ? 0 : 8, lg: 32 }}
+ pb={{ base: isReverse ? 8 : 0, lg: 32 }}
61
pl={{ base: 0, lg: 8 }}
62
mr={{ base: "0px", lg: 4 }}
63
0 commit comments