Merge pull request 'fix(home): arrumado a posição do fundo-desktop2.' (#6) from fix/section4 into main
Reviewed-on: #6
This commit is contained in:
commit
1e3144f879
@ -27,6 +27,24 @@ header a {
|
||||
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 */
|
||||
|
||||
.section1 img {
|
||||
@ -90,10 +108,6 @@ header a {
|
||||
height: 80px;
|
||||
}
|
||||
|
||||
figcaption {
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
/* SECTION 3 */
|
||||
|
||||
.fundo {
|
||||
@ -149,23 +163,13 @@ figcaption {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
figure .fundo-desktop2 {
|
||||
.fundo-desktop2 {
|
||||
max-width: 80%;
|
||||
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;
|
||||
@ -372,5 +376,4 @@ footer {
|
||||
.container-text {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user