feat: Ajusta infocard superior mobile

This commit is contained in:
Saulo Klein Nery 2022-10-11 14:55:36 -03:00
parent ac696cc2be
commit d00de14ef9

View File

@ -57,7 +57,6 @@ body{
font-weight: 400; font-weight: 400;
font-size: 16px; font-size: 16px;
line-height: 24px; line-height: 24px;
text-align: left;
} }
.top-infocard-figure{ .top-infocard-figure{
@ -72,12 +71,40 @@ body{
.main-banner-desktop{ .main-banner-desktop{
display: none; display: none;
} }
.top-infocard-text{
max-width: 86%;
}
.top-infocard-subtitle{
font-weight: 400;
font-size: 20px;
line-height: 24px;
}
.top-infocard-title{
font-size: 28px;
line-height: 34px;
margin-bottom: 46px;
}
.top-infocard-figure{
max-width: 58%;
}
.top-infocard-image{
max-width: 100%;
}
} }
@media screen and (min-width: 1025px){ @media screen and (min-width: 1025px){
.main-banner-mobile{ .main-banner-mobile{
display: none; display: none;
} }
.top-infocard-description{
text-align: left;
}
} }
@media screen and (min-width: 2500px){ @media screen and (min-width: 2500px){