Skip to content

Commit

Permalink
Merge pull request #1839 from starknet-io/bugfix/mobile-hero-padding
Browse files Browse the repository at this point in the history
Fix mobile padding in Hero component
  • Loading branch information
nuno-aac authored Dec 19, 2023
2 parents 1e34a2c + 4f52d4e commit c01889e
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 c01889e

Please sign in to comment.