feat(home): criado estilo da section1.
This commit is contained in:
parent
9e5d77087c
commit
158b29cf94
@ -17,4 +17,23 @@ 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;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user