diff --git a/themes/custom/static/css/style.css b/themes/custom/static/css/style.css index 06a7fec..fd2e2ff 100644 --- a/themes/custom/static/css/style.css +++ b/themes/custom/static/css/style.css @@ -21,6 +21,14 @@ --primary-focus: var(--secondary-focus); } +body, +html { + margin: 0; + min-height: 100vh; + display: grid; + grid-template-rows: auto 1fr auto; +} + h1, h2, h3, @@ -49,11 +57,8 @@ blockquote > p { footer { color: var(--muted-color); font-size: 0.7em; - padding: 8px !important; - position: absolute; - bottom: 0; - left: 0; text-align: center; + padding: 16px 0px !important; } .margin-t-32 { diff --git a/themes/custom/templates/base.html b/themes/custom/templates/base.html index 2c3760d..f38ba12 100644 --- a/themes/custom/templates/base.html +++ b/themes/custom/templates/base.html @@ -106,8 +106,8 @@
{% block content %}{% endblock %}
-