forked from M3-Academy/challenge-landing-page
fix(home): ajustando font-size em telas superiores a 1920px
This commit is contained in:
parent
2866b41deb
commit
ceef609b8d
@ -94,6 +94,10 @@
|
||||
padding: 0 25px 27px;
|
||||
text-align: center;
|
||||
max-width: 300px;
|
||||
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
.carousel{
|
||||
@ -142,9 +146,14 @@
|
||||
}
|
||||
|
||||
.bottom-card__description {
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
padding: 0 25px 27px;
|
||||
text-align: center;
|
||||
max-width: 300px;
|
||||
|
||||
|
||||
}
|
||||
|
||||
.home-description {
|
||||
@ -214,6 +223,24 @@
|
||||
color: #BDBDBD;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1921px) {
|
||||
.home-destaque__text__subtitle, .home-description__text__subtitle {
|
||||
font-size: 40px;
|
||||
}
|
||||
|
||||
.home-destaque__text__title{
|
||||
font-size: 60px;
|
||||
}
|
||||
|
||||
.home-destaque__text__description, .card__description, .bottom-card__description, .home-description__text__description{
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.footer__text {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 769px) and (max-width: 1200px) {
|
||||
.home-destaque__img {
|
||||
width: 58%;
|
||||
|
Loading…
Reference in New Issue
Block a user