Hero margin-bottom removal + add additional background img

This commit is contained in:
Thomas Smith 2022-09-15 13:05:47 -04:00
parent e5031d0edd
commit 20d1d9b0ce
2 changed files with 12 additions and 1 deletions

View file

@ -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;
}
</style>
<img src="/Images/gen-art-1.png" alt="gen-art-1" class="gen-art" id="gen-art-1">
@ -67,6 +76,9 @@
<div class="full-width-cta-container">
{{- partial "full-width-cta.html" . -}}
</div>
<div class="hero-bottom">
</div>
</section>
<!-- Teal Impact Section -->

View file

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