From 5ae0ceaea568b3a44eaa72170d0aaf173e419880 Mon Sep 17 00:00:00 2001 From: RobertHeaton <57216759+RobertHeaton@users.noreply.github.com> Date: Sun, 3 Sep 2023 08:09:16 +0100 Subject: [PATCH] Update 4.css --- 4.css | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/4.css b/4.css index ebba20d..c8a785a 100644 --- a/4.css +++ b/4.css @@ -120,12 +120,11 @@ div.wrapper2{ flex-wrap: wrap; align-content: space-between; max-width: 986px; - padding-top:20px; margin:auto; - margin-top: 40px; + justify-content:center; } div.landing-bttn{ - border: 2px solid var(--primary-colour); + border: 2px solid #ffffff; border-radius: 30px; padding: 5px 20px; color: #000000; @@ -135,6 +134,7 @@ div.landing-bttn{ font-weight:700; font-size:130px; text-align: center; + cursor: pointer; } div.main{ width:90vw; @@ -250,11 +250,10 @@ h2{ } h3{ color:#000000; - margin-left:10px; margin-top:0; - margin-bottom:15px; + margin-bottom:0px; font-weight:400; - font-size:30px; + font-size:35px; text-align: left; } @@ -282,7 +281,7 @@ hr.intro{ height: 200px; padding-top: 30vh; margin: auto; - margin-bottom:30px; + margin-bottom:15px; border-radius:5px; } div.main_info_scroll{