diff --git a/assets/styles/main.css b/assets/styles/main.css index f399127..fa00a41 100644 --- a/assets/styles/main.css +++ b/assets/styles/main.css @@ -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; @@ -252,5 +252,19 @@ body{ column-gap: 14px; row-gap: 24px; } + + .bot-cards{ + flex-direction: column; + align-items: center; + gap: 16px; + } + + .cartao-bot{ + width: 88%; + } + + .bot-card-image-04{ + width: 23%; + } } \ No newline at end of file