feature/footer #5

Merged
luizfelipe9627 merged 2 commits from feature/footer into main 2022-10-14 02:13:13 +00:00
Showing only changes of commit 91a15e1689 - Show all commits

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;
}
} }