feat(home): adicionado estilo CSS da section4.
This commit is contained in:
parent
d6f8c73a4d
commit
8d075f4cef
@ -25,7 +25,7 @@ header {
|
||||
|
||||
/* SECTION 1 */
|
||||
|
||||
.section1 img {
|
||||
.section1 img, .section4 img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
@ -152,13 +152,13 @@ header {
|
||||
/* RESPONSIVIDADE -> CELULAR */
|
||||
|
||||
@media screen and (max-width: 425px) {
|
||||
.fundo-desktop {
|
||||
.fundo-desktop, .fundo-desktop2 {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 426px) {
|
||||
.fundo-mobile {
|
||||
.fundo-mobile, .fundo-mobile2 {
|
||||
display: none;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user