diff --git a/assets/styles/mix-twbs.scss b/assets/styles/mix-twbs.scss index 15361ab..10a06af 100644 --- a/assets/styles/mix-twbs.scss +++ b/assets/styles/mix-twbs.scss @@ -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 */ diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 604c955..bad1632 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -104,6 +104,13 @@ {{ end }} +