fix: Ajusta banner principal mobile

This commit is contained in:
Filipe Quintanilha Evangelista 2022-10-11 13:56:38 -03:00
parent b7c7430d1b
commit 785c04b22c

View File

@ -73,19 +73,11 @@ body{
/* BREAKPOINTS */
@media screen and (max-width: 414px) {
@media screen and (max-width:1024px) {
.main-banner-desktop{
display: none;
}
}
@media screen and (min-width: 415px){
.main-banner-mobile{
display: none;
}
}
@media screen and (max-width:1024px) {
.top-infocard{
gap:65px;
}
@ -117,18 +109,20 @@ body{
}
}
@media screen and (min-width:1025px){
.main-banner-mobile{
display: none;
}
}
@media screen and (min-width:2500px){
.top-infocard-subtitle{
font-weight: 400;
font-size: 64px;
text-transform: uppercase;
}
.top-infocard-title{
margin-bottom: 28px;
font-weight: 500;
font-size: 96px;
text-transform: uppercase;
}
.top-infocard-description{