Skip to content

Commit

Permalink
Change padding of hero section so its a lot smaller on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
devcshort committed Sep 30, 2023
1 parent df64e5f commit 34b134d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/client/components/organisms/HeroSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export function HeroSection() {
styles={{
paddingRight: theme.spacing.md,
paddingLeft: theme.spacing.md,
maxHeight: '250px',
}}
>
<Stack
Expand Down

0 comments on commit 34b134d

Please sign in to comment.