mirror of
https://github.com/ivabus/www
synced 2024-11-10 17: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;
|
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>
|
</style>
|
||||||
|
|
||||||
<img src="/Images/gen-art-1.png" alt="gen-art-1" class="gen-art" id="gen-art-1">
|
<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">
|
<div class="full-width-cta-container">
|
||||||
{{- partial "full-width-cta.html" . -}}
|
{{- partial "full-width-cta.html" . -}}
|
||||||
</div>
|
</div>
|
||||||
|
<div class="hero-bottom">
|
||||||
|
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- Teal Impact Section -->
|
<!-- Teal Impact Section -->
|
||||||
|
|
|
@ -240,7 +240,6 @@ hr{
|
||||||
@media only screen and (min-width: 1280px) {
|
@media only screen and (min-width: 1280px) {
|
||||||
|
|
||||||
.hero-section{
|
.hero-section{
|
||||||
margin-bottom: 75px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.impact-section{
|
.impact-section{
|
||||||
|
|
Loading…
Reference in a new issue