fix: imagens mobile e desktop arrumadas.
This commit is contained in:
parent
97a4afdd32
commit
2b6e5b69e8
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user