Skip to content

Commit

Permalink
adding responsitivity
Browse files Browse the repository at this point in the history
  • Loading branch information
TuaneLeao committed Nov 29, 2023
1 parent e74d177 commit c1695b6
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion index.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
margin: 0;
padding: 0;
font-family: "Montserrat", sans-serif;
text-align: justify;
}

body {
Expand Down Expand Up @@ -51,7 +52,7 @@ h2 {

.div_inicio_botoes{
display: flex;
justify-content: space-between;
justify-content: space-evenly;
}

.botao {
Expand Down Expand Up @@ -191,4 +192,25 @@ footer p a {

#copyright a {
color: #ff725e;
}

@media screen and (min-width:1281) and (max-width:1440px){
.img-inicio{
height:80vh;
width:80vw;
}
}

@media (max-width:1280px){
.img-inicio{
height: 80vh;
width: 80vw;
}
}

@media (max-width:1050px){
.img-inicio{
height: 60vh;
width: 60vw;
}
}

0 comments on commit c1695b6

Please sign in to comment.