fix(home): arrumado a posição do fundo-desktop2.

This commit is contained in:
Luiz Felipe Silva 2022-10-13 23:25:06 -03:00
parent e1d8db814d
commit 984908d24d

View File

@ -27,6 +27,24 @@ header a {
width: 11%; width: 11%;
} }
figcaption {
line-height: 24px;
}
footer {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
max-width: 100%;
height: 128px;
background-color: #000;
}
figure {
text-align: center;
}
/* SECTION 1 */ /* SECTION 1 */
.section1 img { .section1 img {
@ -90,10 +108,6 @@ header a {
height: 80px; height: 80px;
} }
figcaption {
line-height: 24px;
}
/* SECTION 3 */ /* SECTION 3 */
.fundo { .fundo {
@ -149,23 +163,13 @@ figcaption {
margin: 0 auto; margin: 0 auto;
} }
figure .fundo-desktop2 { .fundo-desktop2 {
max-width: 80%; max-width: 80%;
padding: 40px 0 70px 0; padding: 40px 0 70px 0;
} }
/* FOOTER */ /* FOOTER */
footer {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
max-width: 100%;
height: 128px;
background-color: #000;
}
.container-text { .container-text {
color: #FFF; color: #FFF;
font-size: 10px; font-size: 10px;
@ -372,5 +376,4 @@ footer {
.container-text { .container-text {
text-align: center; text-align: center;
} }
} }