mirror of
https://github.com/ivabus/www
synced 2024-11-10 16:45:15 +03:00
Hero margin-bottom removal + add additional background img
This commit is contained in:
parent
e5031d0edd
commit
20d1d9b0ce
|
@ -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 -->
|
||||
|
|
|
@ -240,7 +240,6 @@ hr{
|
|||
@media only screen and (min-width: 1280px) {
|
||||
|
||||
.hero-section{
|
||||
margin-bottom: 75px;
|
||||
}
|
||||
|
||||
.impact-section{
|
||||
|
|
Loading…
Reference in a new issue