feat(main): Adiciona CSS infocard do topo mobile

This commit is contained in:
Sabrina Miranda 2022-10-12 22:48:01 -03:00
parent 10831f06c7
commit 5ed10f994f

View File

@ -102,4 +102,27 @@ a {
.main-banner-mobile {
display: block;
}
.top-infocard-text {
max-width: 86%;
padding: 73px 0 65px;
}
.top-infocard-subtitle {
font-size: 20px;
line-height: 24px;
}
.top-infocard-title {
font-size: 28px;
line-height: 34px;
}
.top-infocard-description {
padding-top: 22px;
}
.top-infocard-image {
width: 58%;
}
}