This commit is contained in:
Thomas Smith 2022-09-08 15:46:27 -04:00
parent cbe9cd009a
commit 852f736ad4
2 changed files with 6 additions and 1 deletions

View file

@ -1,4 +1,7 @@
{{ define "main" }} {{ define "main" }}
<!-- Hero Section -->
<section class="hero-section"> <section class="hero-section">
<div class="container hero-container"> <div class="container hero-container">
<div class="row"> <div class="row">
@ -15,6 +18,8 @@
{{- partial "full-width-cta.html" . -}} {{- partial "full-width-cta.html" . -}}
</section> </section>
<!-- Teal Impact Section -->
<section class="teal-bg impact-section"> <section class="teal-bg impact-section">
<img src="/Images/grid-left-corner.svg" alt="grid pattern"> <img src="/Images/grid-left-corner.svg" alt="grid pattern">
<div class="container"> <div class="container">

View file

@ -240,7 +240,7 @@ hr{
@media only screen and (min-width: 1280px) { @media only screen and (min-width: 1280px) {
.hero-section{ .hero-section{
margin-bottom: 80px; margin-bottom: 80px !important;
} }
.impact-section{ .impact-section{