diff --git a/src/components/Footer/Footer.module.scss b/src/components/Footer/Footer.module.scss index 2eb36a2..5fd6bdf 100644 --- a/src/components/Footer/Footer.module.scss +++ b/src/components/Footer/Footer.module.scss @@ -156,8 +156,7 @@ footer { & img { height: 20.13px; @media (min-width: 2500px) { - min-width: 70px; - height: 39.27px; + height: 40.25px; } @media (max-width: 376px) { height: 17px; @@ -174,10 +173,9 @@ footer { width: 100%; } & img { - height: 20.13px; - @media (min-width: 2500px) { - min-width: 70px; - height: 39.27px; + height: 20.14px; + @media (min-width: 2500px) { + height: 40.25px; } @media (max-width: 376px) { height: 17px; @@ -196,7 +194,6 @@ footer { & img { height: 20.26px; @media (min-width: 2500px) { - min-width: 70px; height: 38.33px; } @media (max-width: 376px) { @@ -216,8 +213,7 @@ footer { & img { height: 20.13px; @media (min-width: 2500px) { - min-width: 70px; - height: 39.27px; + height: 40.25px; } @media (max-width: 376px) { height: 17px; @@ -275,9 +271,8 @@ footer { background: $primary-600; flex: none; flex-grow: 0; - @media (max-width: 1025px) { - width: 1px; - height: 20.36px; + @media (max-width: 376px) { + height: 20px; } }