Skip to content

Commit

Permalink
g size
Browse files Browse the repository at this point in the history
  • Loading branch information
the-kwisatz-haderach committed Jan 4, 2024
1 parent b3f9640 commit 7c512f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/StoryBlok/PageHeaderBlok/PageHeaderBlok.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ export default function PageHeaderBlok({
color="white"
height={height === 'large' ? '60vh' : '40vh'}
backgroundAttachment="fixed"
backgroundSize="cover"
backgroundPosition="top"
backgroundSize={{ base: 'contain', md: 'cover' }}
bgImage={
image?.filename
? `linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7) 95%), url(${image.filename})`
Expand Down

1 comment on commit 7c512f1

@vercel
Copy link

@vercel vercel bot commented on 7c512f1 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.