feat(home): criado estilo da section1.

This commit is contained in:
Luiz Felipe Silva 2022-10-13 14:14:12 -03:00
parent 9e5d77087c
commit 158b29cf94

View File

@ -18,3 +18,22 @@ header {
header a { header a {
width: 11%; width: 11%;
} }
/* SECTION 1 */
.section1 img {
width: 100%;
height: 36%;
}
@media screen and (max-width: 425px) {
.fundo-desktop {
display: none;
}
}
@media screen and (min-width: 426px) {
.fundo-mobile {
display: none;
}
}