Entrega do Desafio #2

Merged
anacarolinaduartecavalcante merged 81 commits from develop into main 2023-01-14 14:05:45 +00:00
Showing only changes of commit d5ca262ba0 - Show all commits

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;