feat: Adiciona Cards do bot mobile

This commit is contained in:
Filipe Quintanilha Evangelista 2022-10-12 12:34:37 -03:00
parent 2384060c94
commit fc269740b8

View File

@ -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;
@ -253,4 +253,18 @@ body{
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%;
}
} }