Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
the-kwisatz-haderach committed Jan 4, 2024
1 parent b98a81f commit 8161a93
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 @@ -13,7 +13,7 @@ export default function PageHeaderBlok({
<Box
{...storyblokEditable(blok)}
color="white"
height={height === 'large' ? '60vh' : '40vh'}
minHeight={height === 'large' ? '60vh' : '40vh'}
backgroundAttachment="fixed"
backgroundSize={{ base: 'unset', md: 'cover' }}
bgImage={
Expand Down

1 comment on commit 8161a93

@vercel
Copy link

@vercel vercel bot commented on 8161a93 Jan 4, 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.