Merge pull request 'develop/landingPage' (#15) from develop/landingPage into main

Reviewed-on: #15
This commit is contained in:
ThiagoDutraSampaioLeite 2022-10-12 12:41:40 +00:00
commit 61454bf63d

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;