Skip to content

Commit

Permalink
adding responsitivity 1024 and 768px width
Browse files Browse the repository at this point in the history
  • Loading branch information
TuaneLeao committed Nov 29, 2023
1 parent 32d3628 commit 293e522
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -196,21 +196,38 @@ footer p a {

@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;
}
}

@media (max-width:1025px){
.shape{
bottom:5rem;
}

.img-inicio{
width:40vw;
}
}

@media (max-width:768px){
.img-inicio{
width: 40vw;
}

#duvidas .img-duvida{
width:40vw;
}
}

0 comments on commit 293e522

Please sign in to comment.