forked from M3-Academy/challenge-landing-page
fix: Ajusta banner principal mobile
This commit is contained in:
parent
b7c7430d1b
commit
785c04b22c
@ -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{
|
||||
|
Loading…
Reference in New Issue
Block a user