refactor: Ajusta margem do top-infocard desktop e do top-infocard-title mobile

This commit is contained in:
Saulo Klein Nery 2022-10-24 14:05:38 -03:00
parent fea657e45f
commit 95673508c8

View File

@ -29,12 +29,12 @@ body{
}
.top-infocard{
margin: 73px 0 187px;
margin: 73px 0 179px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 65px;
gap: 73px;
}
.top-infocard-text{
@ -216,7 +216,7 @@ body{
.top-infocard-title{
font-size: 28px;
line-height: 34px;
margin-bottom: 46px;
margin-bottom: 20px;
}
.top-infocard-figure{