diff --git a/src/components/Header/styles/Header.module.scss b/src/components/Header/styles/Header.module.scss index 297acaf..5e2c47e 100644 --- a/src/components/Header/styles/Header.module.scss +++ b/src/components/Header/styles/Header.module.scss @@ -104,6 +104,9 @@ header { & img { width: 100%; height: 25.87px; + @media (min-width: 2501px) { + width: auto; + } @media (min-width: 2500px) { height: 50.5px; }