develop #13

Merged
Rhayllon_Daudt merged 29 commits from develop into main 2022-10-13 19:32:02 +00:00
Showing only changes of commit 19acc8abbc - Show all commits

View File

@ -216,3 +216,30 @@ body{
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;
}
}