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