fix: corrige responsividade do infocard bottom

This commit is contained in:
Gabriel Bernardini 2022-10-13 20:10:52 -03:00
parent 4e085ac8e0
commit 4f91bc3371

View File

@ -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){