Skip to content

Commit

Permalink
ajustado tela mobile
Browse files Browse the repository at this point in the history
ajustado tela mobile
  • Loading branch information
jeandreotti committed Oct 28, 2024
1 parent 9fb5566 commit 08d0971
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions styleMobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -443,4 +443,32 @@ margin-top: 40px;
.section-map--info-item spam{
width: 100%;
}
/*RODAPÉ */
.rodape-dark{
background-color: black;
width: 100vw;
height: 100%;
}
.rodape-container{
width: 1000px;
height: 200px;
margin: auto;
height: 100%;
}
.rodape-3secoes{
display: flex;
height: 100%;
width: 100vw;
flex-wrap: wrap;
justify-content: center;
padding-bottom: 20px;
}
.rodape-icones-copy, .rodape-texto, .rodape-subscribe{
min-width: 240px;
max-width: 250px;
padding: 20px;
border: 1px solid white;
height: 160px;
margin-bottom: 0;
}
}

0 comments on commit 08d0971

Please sign in to comment.