From a7dd1e1f99af1bb40d4385ce544e831f5360efb7 Mon Sep 17 00:00:00 2001 From: pezzy <87104232+peterokolie@users.noreply.github.com> Date: Sat, 29 Oct 2022 20:10:24 +0100 Subject: [PATCH] Updated the CSS file --- css/main.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/css/main.css b/css/main.css index cd5e4d0..7d801e1 100644 --- a/css/main.css +++ b/css/main.css @@ -920,6 +920,17 @@ color: #E8AA42; font-size: 1.7rem; } } +@media screen and (max-width: 1440px){ + .home .home-slider .slide + { + text-align: center; + height: 90vh; + } + .home .home-slider .slide .content-box h1 + { + font-size: 4.8rem; + } +} @media only screen and (min-width: 1200px) and (max-width: 1380px) { .content-box{ text-align: center;