From 047d5fd43187b4828e762949fd578e0451bbb9b0 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Mon, 12 Sep 2022 15:47:07 -0400 Subject: [PATCH] More progress --- src/static/css/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/static/css/style.css b/src/static/css/style.css index 4f2f5fe..df4c662 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -173,12 +173,14 @@ p{ h2{ font-size: 6rem; - line-height: 8rem; + line-height: 9.3rem; + margin-bottom: 75px; } h3{ font-size: 38px; line-height: 45px; + margin-bottom: 75px; } h4{ @@ -215,11 +217,12 @@ hr{ } .impact-section{ + margin-bottom:115px; } .about-block{ padding: 80px 160px; !important; - margin: -200px 375px; + margin: -200px 150px 0px 150px;; position: relative; top:200px; }