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 8, 2024
1 parent f5c471f commit f8d3335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/StoryBlok/PageHeaderBlok/PageHeaderBlok.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ export default function PageHeaderBlok({
<>
<Text
borderBottomStyle="solid"
borderBottomWidth={{ base: 1, md: 2 }}
borderBottomWidth={1}
borderBottomColor="rgba(255,255,255,0.7)"
width="fit-content"
fontWeight="600"
mb={[1, 2]}
mb={[3, 4]}
pl={align === 'center' ? 3 : 0}
pr={3}
pb={1}
Expand Down

1 comment on commit f8d3335

@vercel
Copy link

@vercel vercel bot commented on f8d3335 Jan 8, 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.