forked from M3-Academy/challenge-landing-page
feat: adiciona responsividade first infocard
This commit is contained in:
parent
f47ba7f1e7
commit
ebc10d098a
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user