Skip to content

Commit

Permalink
consertando a logo
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuscavati committed Aug 21, 2024
1 parent c7ae1ee commit 8d3b9fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ export const Container = styled.div`
height: 100%; /* Ajusta a altura da imagem para ocupar toda a altura do botão */
}
.logo2{
.logo_recursiva{
display: none;
}
@media (max-width: 700px) {
.logo{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const ButtonSearch = () => {
<Link to="/">
<button id="logo" className="b">
<img src={logo} alt="logo" className="logo" />
<img src={logo2} alt="logo2" />
<img src={logo2} alt="logo_recursiva" className='logo_recursiva'/>
</button>
</Link>
</Container>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ export const Container = styled.div`
width: 70px;
height: 70px;
align-items: center;
margin-right: 1%
margin-top: -100%;
margin-right: 1%;
margin-top: 100%;
}
.imagem3_3 {
Expand Down

0 comments on commit 8d3b9fa

Please sign in to comment.