diff --git a/src/components/Header.module.scss b/src/components/Header.module.scss index 2827d24..692e249 100644 --- a/src/components/Header.module.scss +++ b/src/components/Header.module.scss @@ -41,6 +41,9 @@ header { @media (min-width: 2500px) { height: 50.5px; } + @media (max-width: 2500px) and (min-width: 1281px) { + width: auto; + } } } } @@ -53,12 +56,20 @@ header { @media (min-width: 2500px) { width: 9.331%; } + @media (max-width: 2500px) and (min-width: 1281px) { + justify-content: end; + } & .List { display: flex; align-items: center; list-style: none; height: auto; width: auto; + @media (max-width: 2500px) and (min-width: 1281px) { + &:first-child{ + margin-right: 55px; + } + } & a { font-family: "Roboto"; font-style: normal;