Add bull footer back in
This commit is contained in:
parent
2babd5250d
commit
c3567f03e1
2 changed files with 20 additions and 0 deletions
|
@ -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…
Reference in a new issue