diff --git a/src/layouts/index.html b/src/layouts/index.html index c7dcc68..8827883 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -47,6 +47,15 @@ z-index: 2; } + .hero-bottom{ + background-image: url("/Images/x-large-grid-hero.svg"); + background-attachment: fixed; + background-position: center-top; + background-repeat: repeat; + background-size: contain; + height: 75px; + } + gen-art-1 @@ -67,6 +76,9 @@
{{- partial "full-width-cta.html" . -}}
+
+ +
diff --git a/src/static/css/style.css b/src/static/css/style.css index 95815d4..0bf74a5 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -240,7 +240,6 @@ hr{ @media only screen and (min-width: 1280px) { .hero-section{ - margin-bottom: 75px; } .impact-section{