feat(home): estilização CSS do section1 feita.
This commit is contained in:
parent
1e9a48eae2
commit
e64eab30e9
@ -18,3 +18,24 @@ header {
|
||||
align-items: center;
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
/* SECTION1 */
|
||||
|
||||
.sessao1 img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/* RESPONSIVIDADE -> CELULAR */
|
||||
|
||||
@media screen and (max-width: 425px) {
|
||||
.fundo-desktop {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 426px) {
|
||||
.fundo-mobile {
|
||||
display: none;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user