forked from M3-Academy/challenge-landing-page
feat(ultimo-imagem):criado ultimas imagens mobile
This commit is contained in:
parent
62ff0a80c4
commit
35fddbbf73
@ -327,4 +327,35 @@
|
|||||||
.cards-segundo {
|
.cards-segundo {
|
||||||
width: 88%;
|
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;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user