From 852f736ad48738ee5441d0922036cebd86e4714f Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Thu, 8 Sep 2022 15:46:27 -0400 Subject: [PATCH] Styling --- src/layouts/index.html | 5 +++++ src/static/css/style.css | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/layouts/index.html b/src/layouts/index.html index 1234f38..75bcab4 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -1,4 +1,7 @@ {{ define "main" }} + + +
@@ -15,6 +18,8 @@ {{- partial "full-width-cta.html" . -}}
+ +
grid pattern
diff --git a/src/static/css/style.css b/src/static/css/style.css index f763f07..817fe93 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -240,7 +240,7 @@ hr{ @media only screen and (min-width: 1280px) { .hero-section{ - margin-bottom: 80px; + margin-bottom: 80px !important; } .impact-section{