Skip to content

Commit

Permalink
ajuste no posicionamento da lupa de afluentes
Browse files Browse the repository at this point in the history
  • Loading branch information
dioliviers committed Mar 26, 2024
1 parent 536e532 commit 87e7283
Showing 1 changed file with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,19 @@
}
}
}
.afluentes-mob{
display: none;
@media(max-width:991px){
display: block;
margin-top: 32px;
}
}
@import "../6-pages/p-search";
.search{
display: flex;
align-items: center;
margin-top: 47px;
align-items: center;
margin-top: 47px;
justify-content: center;
h2{
margin: 0px;
color: var(--Gray-1, #333);
Expand All @@ -134,8 +142,8 @@
}
i{
position: absolute;
right: 83px;
top: 570px;
right: 200px;
top: 710px;
height: 32px;
width: 32px;
background-image: url($p_theme_assets + "/images/generic.png");
Expand Down

0 comments on commit 87e7283

Please sign in to comment.