feat: Cria responsividade

This commit is contained in:
ThiagoDuutra 2022-10-12 09:40:45 -03:00
parent 4b6c2266a4
commit 91e91fad34

View File

@ -1,3 +1,4 @@
/*Header Banner*/
.main-banner .banner-img { .main-banner .banner-img {
display: block; display: block;
width: 100%; width: 100%;
@ -7,6 +8,8 @@
display: none; display: none;
} }
/*Top infocard*/
.main .top-infocard { .main .top-infocard {
display: flex; display: flex;
align-items: center; align-items: center;
@ -40,6 +43,8 @@
line-height: 24px; line-height: 24px;
} }
/*Top cards*/
.main .top-cards { .main .top-cards {
display: flex; display: flex;
align-items: center; align-items: center;
@ -71,6 +76,8 @@
font-size: 16px; font-size: 16px;
} }
/*Middle-Cards*/
.main .middle-cards { .main .middle-cards {
background: var(--middlebg-gray); background: var(--middlebg-gray);
} }
@ -85,10 +92,16 @@
padding: 0 72px; padding: 0 72px;
} }
.main .middle-banner {
width: 100%;
}
.main .middle-card-img { .main .middle-card-img {
width: 100%; width: 100%;
} }
/*Bottom Cards*/
.main .bottom-cards { .main .bottom-cards {
display: flex; display: flex;
justify-content: center; justify-content: center;
@ -113,10 +126,12 @@
font-size: 16px; font-size: 16px;
line-height: 24px; line-height: 24px;
text-align: center; text-align: center;
width: 84%; width: 80%;
padding-bottom: 17px; padding-bottom: 17px;
} }
/*Bottom infocards*/
.main .bottom-infocards { .main .bottom-infocards {
display: flex; display: flex;
flex-direction: column; flex-direction: column;