erro ajustado

This commit is contained in:
Douglas Vinicius Nobrega 2022-11-07 16:47:05 -03:00
parent 043a9ee622
commit 7affe81ee7

View File

@ -32,7 +32,6 @@ body {
.top-infocard { .top-infocard {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
text-align: center;
padding: 73px 0; padding: 73px 0;
} }
@ -60,11 +59,11 @@ body {
} }
.top-infocard-description { .top-infocard-description {
max-width: 766px;
font-weight: 400; font-weight: 400;
font-size: 16px; font-size: 16px;
line-height: 24px; line-height: 24px;
margin-top: 20px; margin-top: 28px;
max-width: 766px;
} }
.top-infocard-image { .top-infocard-image {