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