<feat>(bottom-banner): mobile tbm

This commit is contained in:
Gabriel Ferraz Nogueira 2022-10-11 18:21:27 -03:00
parent 4802a0ff69
commit 2a5326bbae

View File

@ -232,12 +232,19 @@ body{
.bottom-cards{
flex-direction: column;
align-items: center;
padding: 96px 23px;
padding: 96px 0 0;
}
.bottom-banner-text{
width: 29%;
}
.bottom-figures-card{
width: 94%;
}
/* bottom-banner */
.bottom-banner{
flex-direction: column-reverse;
padding: 98px 0 87px;
}
.bottom-banner-desktop{
display: none;
}
@ -245,4 +252,14 @@ body{
display: block;
width: 100%;
}
.bottom-banner-images{
width: 100%;
}
.bottom-banner-text{
width: 85%;
}
.bottom-banner-subtitle{
font-size: 24px;
line-height: 29px;
}
}