feat(home): criado estilo do footer.

This commit is contained in:
Luiz Felipe Silva 2022-10-13 23:12:37 -03:00
parent 0fe246d3fc
commit 91a15e1689

View File

@ -154,6 +154,34 @@ figure .fundo-desktop2 {
padding: 40px 0 70px 0; padding: 40px 0 70px 0;
} }
/* FOOTER */
footer {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
max-width: 100%;
height: 128px;
background-color: #000;
}
.container-text {
color: #FFF;
font-size: 10px;
font-weight: 400;
line-height: 12px;
padding-top: 17px;
}
.container-icons {
display: flex;
}
.container-icons div:nth-child(2) {
margin: 0 21.51px 0 21.51px;
}
/* TELAS GRANDES */ /* TELAS GRANDES */
@media only screen and (min-width: 1440px) { @media only screen and (min-width: 1440px) {
@ -197,6 +225,10 @@ figure .fundo-desktop2 {
max-width: 70%; max-width: 70%;
line-height: 48px; line-height: 48px;
} }
.container-text {
font-size: 20px;
}
} }
/* TABLET */ /* TABLET */
@ -332,5 +364,13 @@ figure .fundo-desktop2 {
max-width: 90%; max-width: 90%;
margin: 0 auto; margin: 0 auto;
} }
footer {
margin-top: 40px;
}
.container-text {
text-align: center;
}
} }