Skip to content

Commit e2f7955

Browse files
committed
fix font size issue with nav button
1 parent 12c22fb commit e2f7955

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/layout/Nav/styles.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ const Button = styled.a`
8787
//media query mixins
8888
${m.desktop(css`
8989
font-size: 1.5rem;
90+
${props => (props.$isSticky ? 'font-size: 1.2rem;' : '')}
9091
`)}
9192
9293
&.active {

0 commit comments

Comments
 (0)