Skip to content

Commit

Permalink
Merge pull request #185 from ruby10127130/feature/navigation/promotio…
Browse files Browse the repository at this point in the history
…nBar

feat: remove min-height and add @media hover on PromotionBar
  • Loading branch information
JohnsonMao authored Dec 21, 2024
2 parents b896e8b + 99b74f1 commit 72e5edd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions shared/components/Navigation_v2/PromotionBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,12 @@ const PromotionBarWrapper = styled.div`
justify-content: center;
align-items: center;
font-size: 16px;
min-height: 64px;
a:hover {
text-decoration: underline;
text-underline-offset: 3px;
@media (hover: hover) {
a:hover {
text-decoration: underline;
text-underline-offset: 3px;
}
}
`;

Expand Down

0 comments on commit 72e5edd

Please sign in to comment.