feat(Header.module.scss): adicionando @media max-width: 2500px e min-width: 1281px no .Header__Top

This commit is contained in:
Ana Carolina Duarte Cavalcante 2022-12-29 10:04:08 -03:00
parent c3586b5a99
commit d5ca262ba0

View File

@ -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;