Skip to content

Commit

Permalink
fix: corrigindo css
Browse files Browse the repository at this point in the history
  • Loading branch information
moonshinerd committed Aug 12, 2024
1 parent c0c4936 commit 30e04e0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 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: 1480px) {
@media (max-width: 720px) {
.subHeader {
justify-content: center;
}
Expand All @@ -101,7 +101,7 @@
}
}

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

0 comments on commit 30e04e0

Please sign in to comment.