Make styles more responsive
This commit is contained in:
parent
3c91a05bd9
commit
daf2a0d746
2 changed files with 2 additions and 8 deletions
|
@ -41,7 +41,7 @@
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 35vh;
|
min-height: 35vh;
|
||||||
height: 350px;
|
height: 72ex;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
|
@ -58,12 +58,6 @@
|
||||||
padding-top: 1rem;
|
padding-top: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
|
||||||
position: fixed;
|
|
||||||
bottom: 0;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.footer-contents {
|
.footer-contents {
|
||||||
position: relative;
|
position: relative;
|
||||||
background-color: $gray-200;
|
background-color: $gray-200;
|
||||||
|
|
|
@ -104,7 +104,7 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<footer>
|
<footer class="fixed-bottom">
|
||||||
<div class="container-fluid footer-contents">
|
<div class="container-fluid footer-contents">
|
||||||
{{ $brandedbull := resources.Get "images/brandedbull.png" }}
|
{{ $brandedbull := resources.Get "images/brandedbull.png" }}
|
||||||
{{ $brandedbullsmall := $brandedbull.Resize "x95" }}
|
{{ $brandedbullsmall := $brandedbull.Resize "x95" }}
|
||||||
|
|
Loading…
Reference in a new issue