forked from M3-Academy/challenge-landing-page
feat: Adiciona responsividade do top-infocard
This commit is contained in:
parent
c9c4556231
commit
a97b175ced
@ -76,4 +76,32 @@ body {
|
|||||||
.main-banner-desktop {
|
.main-banner-desktop {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
@media screen and (max-width:768px) {
|
||||||
|
|
||||||
|
.top-infocard {
|
||||||
|
flex-direction: column;
|
||||||
|
padding: 90px 0 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.top-infocard-subtitle {
|
||||||
|
font-size: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.top-infocard-title {
|
||||||
|
margin-bottom: 20px;
|
||||||
|
font-size: 28px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.top-infocard-description {
|
||||||
|
padding: 0 28px 0 28px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.top-infocard-image {
|
||||||
|
width: 100%;
|
||||||
|
max-width: 240px;
|
||||||
|
padding-top: 64px;
|
||||||
|
padding-bottom: 90px;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user