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%;
|
||||
}
|
||||
|
||||
.bot-card-description{
|
||||
.top-card-description{
|
||||
width: 85%;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
@ -157,7 +157,7 @@ body{
|
||||
width: 19.67%;
|
||||
}
|
||||
|
||||
.top-card-description{
|
||||
.bot-card-description{
|
||||
width: 85%;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
@ -253,4 +253,18 @@ body{
|
||||
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