Feat/Media-Querrys #12

Merged
Rhayllon_Daudt merged 2 commits from Feat/Media-Querrys into develop 2022-10-13 19:30:03 +00:00
Showing only changes of commit 19acc8abbc - Show all commits

View File

@ -215,4 +215,31 @@ body{
line-height: 12px;
text-transform: uppercase;
color: #BDBDBD;
}
@media screen and (min-width: 2500px) {
.top-infocard-subtitle{
font-size: 64px;
line-height: 78px;
}
.top-infocard-title{
font-size: 96px;
line-height: 116px;
}
.bottom-section-text-title{
font-size: 64px;
line-height: 78px;
}
.top-infocard-description,
.top-card-description,
.bottom-card-description,
.bottom-section-text-description {
font-size: 32px;
line-height: 48px;
}
.footer-text{
font-size: 20px;
line-height: 24px;
}
}