feat: Adiciona estilização do bottom-infocard-image desktop e mobile

This commit is contained in:
Gabriel Gomes Fernandes 2022-10-13 20:15:44 -03:00
parent 5a5da20458
commit d21ffe7198

View File

@ -184,6 +184,10 @@ body {
height: auto; height: auto;
} }
.bottom-infocard-image-desktop, .bottom-infocard-image-mobile {
width: 100%;
}
@media screen and (max-width:1024px) { @media screen and (max-width:1024px) {
.middle-banner-container { .middle-banner-container {
display: grid; display: grid;