fix: Conserta distancia entre divisoes da pagina mobile

This commit is contained in:
Saulo Klein Nery 2022-10-13 15:08:03 -03:00
parent cd31c37479
commit 3efe0a35df

View File

@ -212,6 +212,10 @@ body{
display: none; display: none;
} }
.top-infocard{
margin-bottom: 90px;
}
.top-infocard-text{ .top-infocard-text{
max-width: 86%; max-width: 86%;
} }
@ -245,6 +249,10 @@ body{
min-width: 85%; min-width: 85%;
} }
.middle-card-images{
margin-bottom: 112px;
}
.middle-card-images-wrapper{ .middle-card-images-wrapper{
grid-template-columns: repeat(2, 43%); grid-template-columns: repeat(2, 43%);
column-gap: 14px; column-gap: 14px;
@ -262,6 +270,7 @@ body{
.bottom-cards{ .bottom-cards{
flex-direction: column; flex-direction: column;
margin-bottom: 98px;
} }
.bottom-card{ .bottom-card{
@ -284,6 +293,7 @@ body{
.bottom-article{ .bottom-article{
flex-direction: column-reverse; flex-direction: column-reverse;
margin-bottom: 87px;
} }
.bottom-article-text{ .bottom-article-text{
@ -301,6 +311,7 @@ body{
.page-footer{ .page-footer{
gap: 17px; gap: 17px;
padding: 32px 0;
} }
.footer-text{ .footer-text{