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);
|
grid-template-columns: repeat(2, 350px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (min-width: 769px) and (max-width: 1780px) {
|
||||||
|
|
||||||
.infocards-bottom {
|
.infocards-bottom {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(2, 368px);
|
grid-template-columns: repeat(2, 368px);
|
||||||
@ -193,9 +197,6 @@ body {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width:768px){
|
@media screen and (max-width:768px){
|
||||||
|
Loading…
Reference in New Issue
Block a user