forked from M3-Academy/challenge-landing-page
fix: corrige responsividade do infocard bottom
This commit is contained in:
parent
4e085ac8e0
commit
4f91bc3371
@ -184,6 +184,10 @@ body {
|
||||
grid-template-columns: repeat(2, 350px);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media screen and (min-width: 769px) and (max-width: 1780px) {
|
||||
|
||||
.infocards-bottom {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 368px);
|
||||
@ -193,9 +197,6 @@ body {
|
||||
justify-content: center;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
@media screen and (max-width:768px){
|
||||
|
Loading…
Reference in New Issue
Block a user