feat(main): Adiciona os cards de baixo mobile e responsividade

This commit is contained in:
Juan Guzzo Santana 2022-10-13 21:57:49 -03:00
parent 37da6069d9
commit 58056dedea

View File

@ -156,6 +156,7 @@ body {
.bottom-card-description {
width: 85%;
margin-bottom: 19%;
font-size: 16px;
line-height: 24px;
text-align: center;
@ -206,6 +207,10 @@ body {
width: 85%
}
.middle-banners {
margin-bottom: 23vh;
}
.middle-banners-wrapper {
margin: 0px 2% 0;
width: 95%;
@ -224,4 +229,15 @@ body {
grid-column-start: 1;
grid-column-end: 3;
}
.bottom-cards {
display: flex;
flex-direction: column;
align-items: center;
grid-template-columns: 1fr;
}
.bottom-card {
width: 85%
}
}