diff --git a/src/components/Header/Header.module.scss b/src/components/Header/Header.module.scss index d79dc1588..57069d1ee 100644 --- a/src/components/Header/Header.module.scss +++ b/src/components/Header/Header.module.scss @@ -89,7 +89,7 @@ // Header search // .search { - width: 180px; + max-width: 180px; } // @@ -165,9 +165,3 @@ width: 40px; } } - -@include responsive.tablet-only() { - .menu { - width: 180px; - } -}