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 ce04239 commit a3e675eCopy full SHA for a3e675e
src/components/PageHero.tsx
@@ -59,14 +59,14 @@ const PageHero: React.FC<IProps> = ({
59
pt={{ base: isReverse ? 0 : 8, lg: 32 }}
60
pb={{ base: isReverse ? 8 : 0, lg: 32 }}
61
pl={{ base: 0, lg: 8 }}
62
- mr={{ base: "0px", lg: 4 }}
+ mr={{ base: 0, lg: 4 }}
63
>
64
<Heading
65
as="h1"
66
textTransform="uppercase"
67
fontSize="md"
68
fontWeight="normal"
69
- mt={{ base: "0px", lg: 8 }}
+ mt={{ base: 0, lg: 8 }}
70
mb={4}
71
color="text300"
72
lineHeight={1.4}
0 commit comments