diff --git a/shared/components/Navigation_v2/PromotionBar.jsx b/shared/components/Navigation_v2/PromotionBar.jsx index 8d01a46e..8e5a7aaf 100644 --- a/shared/components/Navigation_v2/PromotionBar.jsx +++ b/shared/components/Navigation_v2/PromotionBar.jsx @@ -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; + } } `;