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

@ -17,4 +17,23 @@ header {
header a {
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;
}
}