Skip to content

Commit

Permalink
Fix mobile padding in Hero component
Browse files Browse the repository at this point in the history
  • Loading branch information
luisdralves committed Dec 13, 2023
1 parent 81e0553 commit cd5ab41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspaces/website/src/components/HeroImage/HeroImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ export const HeroImage = ({

<Box zIndex={2} position="relative" height={{ lg: "420px" }}>
<Container
pr={{ base: "0", sm: "64px" }}
py={{ base: "64px", lg: "0" }}
px={{ base: "1rem", lg: "0" }}
pr={{ base: "64px", md: "64px" }}
height="full"
maxW="none"
>
Expand Down

0 comments on commit cd5ab41

Please sign in to comment.