diff --git a/theme/static/src/scss/footer.scss b/theme/static/src/scss/footer.scss index 0e05433..fc98ba7 100644 --- a/theme/static/src/scss/footer.scss +++ b/theme/static/src/scss/footer.scss @@ -1,6 +1,7 @@ footer { + margin-top: 20px; background-color: $brand-grey-dark; - padding-top: 30px; + padding-top: 20px; width: 100%; height: $footer-height; text-align: center; diff --git a/theme/templates/base.html b/theme/templates/base.html index aa030dd..ae0eb6f 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -1,11 +1,11 @@ - - - - - + + + + + {% block htmltitle %}Page{% endblock%} - {{ SITENAME }} @@ -18,35 +18,7 @@ {% block content %}{% endblock %} - + {% include "extras/footer.html" %} diff --git a/theme/templates/extras/footer.html b/theme/templates/extras/footer.html new file mode 100644 index 0000000..5585f6d --- /dev/null +++ b/theme/templates/extras/footer.html @@ -0,0 +1,29 @@ +