Skip to content

Commit

Permalink
feat: remove min-height and add @media hover on PromotionBar
Browse files Browse the repository at this point in the history
  • Loading branch information
ruby10127130 committed Dec 21, 2024
1 parent d06902e commit 99b74f1
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 99b74f1

Please sign in to comment.