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.
2 parents 3983267 + a3e675e commit c41ad2dCopy full SHA for c41ad2d
src/components/PageHero.tsx
@@ -56,15 +56,17 @@ const PageHero: React.FC<IProps> = ({
56
>
57
<Box
58
maxW={{ base: "full", lg: "container.sm" }}
59
- py={{ base: 16, lg: 32 }}
+ pt={{ base: isReverse ? 0 : 8, lg: 32 }}
60
+ pb={{ base: isReverse ? 8 : 0, lg: 32 }}
61
pl={{ base: 0, lg: 8 }}
- mr={4}
62
+ mr={{ base: 0, lg: 4 }}
63
64
<Heading
65
as="h1"
66
textTransform="uppercase"
67
fontSize="md"
68
fontWeight="normal"
69
+ mt={{ base: 0, lg: 8 }}
70
mb={4}
71
color="text300"
72
lineHeight={1.4}
@@ -77,6 +79,7 @@ const PageHero: React.FC<IProps> = ({
77
79
fontSize={{ base: "2.5rem", lg: "5xl" }}
78
80
maxW="full"
81
mb={0}
82
+ mt={{ base: 8, lg: 12 }}
83
color="text00"
84
85
0 commit comments