forked from M3-Academy/desafio-react-e-typescript
feat(Header.module.scss): adicionando @media max-width: 2500px e min-width: 1281px no .Header__Top
This commit is contained in:
parent
c3586b5a99
commit
d5ca262ba0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user