feat(section) Foi section cards mobile pronta

This commit is contained in:
Vinicius Gabriel do Amaral Pereira 2022-10-10 14:44:28 -03:00
parent c615d1a752
commit 3e8dbbf221

View File

@ -90,6 +90,7 @@ html, body{
margin-top: 54px; margin-top: 54px;
margin-left: 31px; margin-left: 31px;
margin-right: 26px; margin-right: 26px;
margin-bottom: 158px;
} }
.top-infocard-text{ .top-infocard-text{
margin: 0 0 68px; margin: 0 0 68px;
@ -113,6 +114,16 @@ html, body{
max-width: 240px; max-width: 240px;
} }
/*------------------------------------------------------------------*/ /*------------------------------------------------------------------*/
.section-background{
display: flex;
flex-direction: column;
padding: 36px 0;
align-items: center;
}
} }