<feat>(bottom-banner): mobile tbm
This commit is contained in:
parent
4802a0ff69
commit
2a5326bbae
@ -232,12 +232,19 @@ body{
|
|||||||
.bottom-cards{
|
.bottom-cards{
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 96px 23px;
|
padding: 96px 0 0;
|
||||||
|
}
|
||||||
|
.bottom-banner-text{
|
||||||
|
width: 29%;
|
||||||
}
|
}
|
||||||
.bottom-figures-card{
|
.bottom-figures-card{
|
||||||
width: 94%;
|
width: 94%;
|
||||||
}
|
}
|
||||||
/* bottom-banner */
|
/* bottom-banner */
|
||||||
|
.bottom-banner{
|
||||||
|
flex-direction: column-reverse;
|
||||||
|
padding: 98px 0 87px;
|
||||||
|
}
|
||||||
.bottom-banner-desktop{
|
.bottom-banner-desktop{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@ -245,4 +252,14 @@ body{
|
|||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
.bottom-banner-images{
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.bottom-banner-text{
|
||||||
|
width: 85%;
|
||||||
|
}
|
||||||
|
.bottom-banner-subtitle{
|
||||||
|
font-size: 24px;
|
||||||
|
line-height: 29px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user