Skip to content

Commit

Permalink
fix: Ajustando responsividade.
Browse files Browse the repository at this point in the history
  • Loading branch information
nateejpg committed Aug 17, 2024
1 parent 30905e0 commit 668464f
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions frontend/src/components/campo-pesquisa/style.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,29 @@
border: none;
outline: none;
}

.campoPesquisaWrapper {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
gap: 56px;
margin-top: 40px;
margin-bottom: 40px;
}


@media(max-width: 1300px ){


.campoPesquisaWrapper {

gap: 20px;
}


.inputStyle {
font-size: 18px;
}

}

0 comments on commit 668464f

Please sign in to comment.