Skip to content

Commit

Permalink
fix: corrigindo responsividade para telas grandes
Browse files Browse the repository at this point in the history
  • Loading branch information
moonshinerd committed Aug 12, 2024
1 parent 463054f commit c0c4936
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/src/components/header/style.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
outline: none;
}

@media (max-width: 720px) {
@media (max-width: 1480px) {
.subHeader {
justify-content: center;
}
Expand All @@ -101,7 +101,7 @@
}
}

@media (min-width: 720px) and (max-width: 1480px){
@media (min-width: 1480px) {
.subHeaderWrapper {
justify-content: center;
}
Expand All @@ -121,3 +121,4 @@
align-items: center;
}
}

0 comments on commit c0c4936

Please sign in to comment.