Add bull footer back in

pull/8/head
parent 2babd5250d
commit c3567f03e1
Signed by: millironx
GPG Key ID: 139C07724802BC5D

@ -54,6 +54,19 @@
.list-main {
position: relative;
background-color: #fff;
padding-bottom: calc(1rem + 95px);
padding-top: 1rem;
}
footer {
position: fixed;
bottom: 0;
width: 100%;
}
.footer-contents {
position: relative;
background-color: $gray-200;
}
/* Gives me greater control over fonts */

@ -104,6 +104,13 @@
</div>
</section>
{{ end }}
<footer>
<div class="container-fluid footer-contents">
{{ $brandedbull := resources.Get "images/brandedbull.png" }}
{{ $brandedbullsmall := $brandedbull.Resize "x95" }}
<img src="{{ $brandedbullsmall.Permalink }}" />
</div>
</footer>
</main>
</div>
</div>

Loading…
Cancel
Save