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 c2b8c9d commit 7b3e77bCopy full SHA for 7b3e77b
src/components/Container.tsx
@@ -25,7 +25,7 @@ const ContainerContainer = styled.nav<ContainerContainerProps>`
25
${({ theme }) => styles(theme)}
26
max-width: ${v.width};
27
${({ padding }) => paddingMap[padding]}
28
- ${({ topBarPadding }) => topBarPadding && 'padding-top: 48px;'}
+ ${({ topBarPadding }) => topBarPadding && 'padding-top: 72px;'}
29
margin: 0 auto;
30
`
31
src/components/NavBar.tsx
@@ -17,7 +17,7 @@ const { vars, v } = navBarVariables
17
18
const NavbarContainer = styled.header`
19
width: 100%;
20
- height: 48px;
+ height: 72px;
21
background-color: ${v.backgroundColor};
22
color: ${v.textColor};
23
border-bottom: ${({ theme }) => theme.styles.border()};
0 commit comments