forked from M3-Academy/challenge-landing-page
Ajustando aos tamanos de tela 2k
This commit is contained in:
parent
8ac9850afd
commit
a6b542ec2b
@ -175,6 +175,7 @@ body {
|
||||
line-height: 24px;
|
||||
text-align: center;
|
||||
padding-bottom: 50px;
|
||||
max-width: 550px;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
@ -368,7 +369,47 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1441px) and (max-width: 2000px) {
|
||||
@media screen and (min-width: 2000px) and (max-width: 3799px) {
|
||||
.top-infocard {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.top-infocard-subtitle {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
.top-infocard-title {
|
||||
font-size: 3em;
|
||||
}
|
||||
|
||||
.top-infocard-description {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
.top-card-description {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
.bottom-middle-description {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
.bottom-text-title {
|
||||
font-size: 3em;
|
||||
}
|
||||
|
||||
.bottom-text-description {
|
||||
font-size: 1.2em;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.footer-text {
|
||||
font-size: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 3799px) and (max-width: 4000px) {
|
||||
.top-infocard {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
Loading…
Reference in New Issue
Block a user