fix: imagens mobile e desktop arrumadas.

This commit is contained in:
Luiz Felipe Silva 2022-10-18 16:07:52 -03:00
parent 97a4afdd32
commit 2b6e5b69e8

View File

@ -27,7 +27,7 @@ header {
.section1 img, .section4 img {
width: 100%;
height: auto;
display: block;
}
/* SECTION 2 */
@ -151,14 +151,15 @@ header {
/* RESPONSIVIDADE -> CELULAR */
@media screen and (max-width: 425px) {
.fundo-desktop, .fundo-desktop2 {
display: none;
@media screen and (min-width: 426px) {
.fundo-mobile, .fundo-mobile2 {
display: none !important;
}
}
@media screen and (min-width: 426px) {
.fundo-mobile, .fundo-mobile2 {
display: none;
@media screen and (max-width: 425px) {
.fundo-desktop, .fundo-desktop2 {
display: none !important;
}
}
}