Corrige footer mobile
This commit is contained in:
parent
adaca41722
commit
d1b9da698c
@ -133,15 +133,20 @@ body{
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
min-width: 367px;
|
||||
}
|
||||
.bottombanner{
|
||||
display:flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
margin-top: 108px;
|
||||
}
|
||||
.bottombanner figure{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.bottombanner-subtitle{
|
||||
font-weight: 600;
|
||||
font-size: 32px;
|
||||
@ -200,12 +205,6 @@ body{
|
||||
width: 100%;
|
||||
display: block;
|
||||
}
|
||||
.bottombanner-desktop{
|
||||
display: none;
|
||||
}
|
||||
.bottombanner-mobile{
|
||||
display:block;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -286,6 +285,48 @@ body{
|
||||
font-size: 14px;
|
||||
|
||||
}
|
||||
|
||||
.bottombanner-desktop{
|
||||
display: none;
|
||||
}
|
||||
.bottombanner-mobile{
|
||||
display:block;
|
||||
}
|
||||
.bottombanner{
|
||||
margin-top: 98px;
|
||||
}
|
||||
.bottombanner figure{
|
||||
display:flex;
|
||||
flex-direction: column-reverse;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
}
|
||||
.bottombanner-subtitle{
|
||||
margin-top: 50px;
|
||||
margin-bottom: 9px;
|
||||
font-size: 24px;
|
||||
line-height: 29px;
|
||||
}
|
||||
.bottombanner-text{
|
||||
margin:0 32px;
|
||||
}
|
||||
.bottombanner-desktop{
|
||||
display: none;
|
||||
}
|
||||
.bottombanner-mobile{
|
||||
display:block;
|
||||
width: 100%;
|
||||
}
|
||||
.footer{
|
||||
margin-top: 87px;
|
||||
padding: 32px;
|
||||
}
|
||||
|
||||
.footer-text{
|
||||
text-align: center;
|
||||
font-size: 10px;
|
||||
line-height: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 2500px){
|
||||
|
20
index.html
20
index.html
@ -98,16 +98,18 @@
|
||||
</figure>
|
||||
</div>
|
||||
</section>
|
||||
<section class="bottombanner">
|
||||
<h2 class="bottombanner-subtitle">
|
||||
Lorem ipsum dolor sit amet
|
||||
</h2>
|
||||
<p class="bottombanner-text">
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras vulputate sapien non libero faucibus interdum. In eget tincidunt ipsum.
|
||||
Quisque a tellus at lectus blandit tempor. Ut tristique auctor mi eget hendrerit. Curabitur venenatis felis vitae sagittis venenatis.
|
||||
Donec finibus turpis vitae lectus interdum rutrum vitae sed augue.
|
||||
</p>
|
||||
<section class="bottombanner">
|
||||
<figure>
|
||||
<figcaption>
|
||||
<h2 class="bottombanner-subtitle">
|
||||
Lorem ipsum dolor sit amet
|
||||
</h2>
|
||||
<p class="bottombanner-text">
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras vulputate sapien non libero faucibus interdum. In eget tincidunt ipsum.
|
||||
Quisque a tellus at lectus blandit tempor. Ut tristique auctor mi eget hendrerit. Curabitur venenatis felis vitae sagittis venenatis.
|
||||
Donec finibus turpis vitae lectus interdum rutrum vitae sed augue.
|
||||
</p>
|
||||
</figcaption>
|
||||
<img class="bottombanner-desktop" src="./assets/images/img/bottom-bannerdesktop.png" alt="Banner de baixo desktop">
|
||||
<img class="bottombanner-mobile" src="./assets/images/img/bottom-bannermobile.png" alt="Banner de baixo mobile">
|
||||
</figure>
|
||||
|
Loading…
Reference in New Issue
Block a user