Skip to content

Commit a3e675e

Browse files
authored
"0px" -> 0 base
1 parent ce04239 commit a3e675e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/PageHero.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ const PageHero: React.FC<IProps> = ({
5959
pt={{ base: isReverse ? 0 : 8, lg: 32 }}
6060
pb={{ base: isReverse ? 8 : 0, lg: 32 }}
6161
pl={{ base: 0, lg: 8 }}
62-
mr={{ base: "0px", lg: 4 }}
62+
mr={{ base: 0, lg: 4 }}
6363
>
6464
<Heading
6565
as="h1"
6666
textTransform="uppercase"
6767
fontSize="md"
6868
fontWeight="normal"
69-
mt={{ base: "0px", lg: 8 }}
69+
mt={{ base: 0, lg: 8 }}
7070
mb={4}
7171
color="text300"
7272
lineHeight={1.4}

0 commit comments

Comments
 (0)