feat: adiciona responsividade first infocard

This commit is contained in:
Gabriel Bernardini 2022-10-13 17:59:51 -03:00
parent f47ba7f1e7
commit ebc10d098a

View File

@ -67,6 +67,27 @@ body {
margin-bottom: 180px;
}
@media screen and (max-width: 768px) {
.first-infocard-title {
font-size: 28px;
line-height: 34px;
}
.first-infocard-subtitle {
font-size: 20px;
line-height: 24px;
}
.first-infocard-description {
margin: 28px;
}
.first-infocard-image {
max-width: 239px;
max-height: 239px;
margin-bottom: 90px;
}
}
@media screen and (max-width: 415px) {
.image-main-desktop {