feat(main): Adiciona CSS infocard de baixo telas grandes

This commit is contained in:
Sabrina Miranda 2022-10-13 01:40:44 -03:00
parent 462ffa041b
commit 334ed9712a

View File

@ -382,4 +382,24 @@ a {
font-size: 32px;
line-height: 48px;
}
.bottom-card-description {
font-size: 32px;
line-height: 48px;
}
.bottom-infocard-text {
width: 40%;
}
.bottom-infocard-subtitle {
font-size: 64px;
line-height: 78px;
padding-bottom: 10px;
}
.bottom-infocard-description {
font-size: 32px;
line-height: 48px;
}
}