feat(ultimo-imagem):criado ultimas imagens mobile

This commit is contained in:
Tiago Trevisani 2022-10-13 21:01:40 -04:00
parent 62ff0a80c4
commit 35fddbbf73
2 changed files with 31 additions and 0 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -327,4 +327,35 @@
.cards-segundo {
width: 88%;
}
.ultima-imagem-desktop {
display: none;
}
.ultima-imagem-mobile {
display: block;
width: 100%;
}
.ultima-imagem-mobile img {
width: 100%;
}
.ultimo-texto-conteiner {
flex-direction: column-reverse;
padding-bottom: 87px;
}
.ultimo-texto {
width: 84%;
gap: 9px;
}
.ultimo-paragrafo {
width: 100%;
}
.ultimo-titulo {
font-size: 24px;
}
}