forked from M3-Academy/challenge-landing-page
fix(mobile): revretendo a coluna do bottonwarp
adicionei uma nova div e fiz um display flez + flex direction columns reverse para mudar a posição dos elementos Bottomdescription e downBannerBox no mobile
This commit is contained in:
parent
43dccccf97
commit
d7427f18f2
@ -141,7 +141,7 @@ background: #000000;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
}
|
||||
.BotomDescription{
|
||||
.BottomDescription{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
@ -153,11 +153,8 @@ background: #000000;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
height: 158px;
|
||||
width: 550px;
|
||||
}
|
||||
.BotdescriptionTitlte{
|
||||
width: 420px;
|
||||
height: 39px;
|
||||
font-weight: 600;
|
||||
font-size: 32px;
|
||||
line-height: 40px;
|
||||
@ -170,8 +167,6 @@ background: #000000;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
text-align: center;
|
||||
|
||||
|
||||
}
|
||||
.downBannerBox{
|
||||
display: flex;
|
||||
@ -179,7 +174,7 @@ background: #000000;
|
||||
padding: 50px 0 106px;
|
||||
}
|
||||
.lastBanner{
|
||||
width: 70%;
|
||||
width: 100%;
|
||||
}
|
||||
.footer{
|
||||
padding: 38px 0;
|
||||
@ -274,15 +269,17 @@ background: #000000;
|
||||
.img3{
|
||||
grid-area:img3;
|
||||
}
|
||||
.BotomDescription{
|
||||
justify-items: center;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
.BottomDescription{
|
||||
padding: 50px 0 87px;
|
||||
}
|
||||
.footerText{
|
||||
max-width: 280px;
|
||||
text-align: center;
|
||||
}
|
||||
.bottomwarp{
|
||||
display: flex;
|
||||
flex-direction: column-reverse;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 1024px) {
|
||||
.MainBannerMobile,.footermob{
|
||||
|
@ -112,7 +112,8 @@
|
||||
</figcaption>
|
||||
</figure>
|
||||
</div>
|
||||
<section class="BotomDescription">
|
||||
<div class="bottomwarp">
|
||||
<section class="BottomDescription">
|
||||
<div class="BlockText">
|
||||
<h2 class="BotdescriptionTitlte">Lorem ipsum dolor sit amet</h2>
|
||||
<p class="Botdescription">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras vulputate sapien non libero faucibus interdum. In eget tincidunt ipsum.
|
||||
@ -125,6 +126,7 @@
|
||||
<img class="footerDesk lastBanner" src="/assets/Image/óculos-desktop.png" alt="Imagem oculos desktop">
|
||||
<img class="footermob lastBanner" src="/assets/Image/óculos moible.png" alt="Imagem oculos mobile">
|
||||
</figure>
|
||||
</div>
|
||||
</main>
|
||||
<footer>
|
||||
<div class="footer">
|
||||
|
Loading…
Reference in New Issue
Block a user