Skip to content

Commit

Permalink
fix(web): weird min-height property causing problems
Browse files Browse the repository at this point in the history
  • Loading branch information
kemuru committed Sep 11, 2023
1 parent f708cfe commit d05f196
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/layout/Header/navbar/Explore.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ const StyledLink = styled(Link)`
}
${landscapeStyle(
() => css`
min-height: 32px;
color: ${({ theme }) => theme.white};
`
)};
Expand Down

0 comments on commit d05f196

Please sign in to comment.