Skip to content

Commit

Permalink
fix: corrigindo responsividade do header
Browse files Browse the repository at this point in the history
  • Loading branch information
moonshinerd committed Aug 13, 2024
1 parent bdb7b73 commit 509a5e6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions frontend/src/components/header/style.module.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* Estilo Global */
.headerWrapper {
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -89,9 +90,15 @@
outline: none;
}

/* Estilos Responsivos */
@media (max-width: 720px) {
body, html {
overflow-x: hidden;
}

.subHeader {
justify-content: center;
padding: 0 16px; /* Ajuste para evitar overflow */
}

.headerLinksWrapper {
Expand Down

0 comments on commit 509a5e6

Please sign in to comment.