We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6747838 commit 2969394Copy full SHA for 2969394
components/page-header/Header.tsx
@@ -49,7 +49,7 @@ export const Header = () => {
49
{error !== '404' && <HeaderNotifications />}
50
<header
51
className={cx(
52
- 'color-bg-default container-xl px-3 px-md-6 pt-3 pb-3 position-sticky top-0 z-3',
+ 'color-bg-default px-3 px-md-6 pt-3 pb-3 position-sticky top-0 z-3',
53
scroll ? 'color-shadow-medium' : 'color-shadow-small'
54
)}
55
>
0 commit comments