forked from M3-Academy/challenge-landing-page
feat: Adiciona Cards do bot mobile
This commit is contained in:
parent
2384060c94
commit
fc269740b8
@ -101,7 +101,7 @@ body{
|
|||||||
width: 29%;
|
width: 29%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bot-card-description{
|
.top-card-description{
|
||||||
width: 85%;
|
width: 85%;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
@ -157,7 +157,7 @@ body{
|
|||||||
width: 19.67%;
|
width: 19.67%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-card-description{
|
.bot-card-description{
|
||||||
width: 85%;
|
width: 85%;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
@ -252,5 +252,19 @@ body{
|
|||||||
column-gap: 14px;
|
column-gap: 14px;
|
||||||
row-gap: 24px;
|
row-gap: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bot-cards{
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
gap: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cartao-bot{
|
||||||
|
width: 88%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bot-card-image-04{
|
||||||
|
width: 23%;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user