Skip to content

Commit

Permalink
[website] Fix hero spacing changes applying at the wrong breakpoint (@…
Browse files Browse the repository at this point in the history
…KenanYusuf) (#42357)

Co-authored-by: Kenan Yusuf <kenan.m.yusuf@gmail.com>
  • Loading branch information
github-actions[bot] and KenanYusuf committed May 23, 2024
1 parent c409a0c commit c9a020e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/layouts/HeroContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ export default function HeroContainer(props: HeroContainerProps) {
<Box sx={{ overflow: 'hidden' }}>
<Container
sx={{
pt: { xs: 8, sm: 0 },
minHeight: { xs: 'auto', sm: 500 },
pt: { xs: 8, md: 0 },
minHeight: { xs: 'auto', md: 500 },
height: { md: 'calc(100vh - 120px)' },
maxHeight: { md: 700, xl: 850 },
transition: '0.3s',
Expand Down

0 comments on commit c9a020e

Please sign in to comment.