feat(home): adicionado estilo CSS da section4.

This commit is contained in:
Luiz Felipe Silva 2022-10-18 15:55:09 -03:00
parent d6f8c73a4d
commit 8d075f4cef

View File

@ -25,7 +25,7 @@ header {
/* SECTION 1 */ /* SECTION 1 */
.section1 img { .section1 img, .section4 img {
width: 100%; width: 100%;
height: auto; height: auto;
} }
@ -152,13 +152,13 @@ header {
/* RESPONSIVIDADE -> CELULAR */ /* RESPONSIVIDADE -> CELULAR */
@media screen and (max-width: 425px) { @media screen and (max-width: 425px) {
.fundo-desktop { .fundo-desktop, .fundo-desktop2 {
display: none; display: none;
} }
} }
@media screen and (min-width: 426px) { @media screen and (min-width: 426px) {
.fundo-mobile { .fundo-mobile, .fundo-mobile2 {
display: none; display: none;
} }
} }