Skip to content

Commit

Permalink
page header
Browse files Browse the repository at this point in the history
  • Loading branch information
the-kwisatz-haderach committed Jan 6, 2024
1 parent d34d2b4 commit d54704b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/StoryBlok/PageHeaderBlok/PageHeaderBlok.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function PageHeaderBlok({
{...storyblokEditable(blok)}
color="white"
height={height === 'large' ? '60%' : '40%'}
minH={{ base: 'unset', md: '400px' }}
minH={{ base: '200px', md: '400px' }}
display="flex"
alignItems="center"
justifyContent="center"
Expand Down

1 comment on commit d54704b

@vercel
Copy link

@vercel vercel bot commented on d54704b Jan 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.