diff --git a/assets/styles/main.css b/assets/styles/main.css index c7cf1a4..034b517 100644 --- a/assets/styles/main.css +++ b/assets/styles/main.css @@ -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; + } } \ No newline at end of file