diff --git a/src/assets/css/style.css b/src/assets/css/style.css index 867ff80..d4f1dca 100644 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -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; } } \ No newline at end of file