summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan DeMasi <jrdemasi@gmail.com>2020-03-08 22:09:42 -0600
committerJonathan DeMasi <jrdemasi@gmail.com>2020-03-08 22:09:42 -0600
commitc1c62e6cb0d8f2511ec6891a001a3f8745698ac0 (patch)
tree7178e0b1ddd016b930415ae4e3f64a855c7db571
parent1a1c87fd46482e709c2c646fd2468396296c9994 (diff)
downloadjthanio-c1c62e6cb0d8f2511ec6891a001a3f8745698ac0.tar
jthanio-c1c62e6cb0d8f2511ec6891a001a3f8745698ac0.tar.gz
jthanio-c1c62e6cb0d8f2511ec6891a001a3f8745698ac0.tar.bz2
jthanio-c1c62e6cb0d8f2511ec6891a001a3f8745698ac0.tar.lz
jthanio-c1c62e6cb0d8f2511ec6891a001a3f8745698ac0.tar.xz
jthanio-c1c62e6cb0d8f2511ec6891a001a3f8745698ac0.tar.zst
jthanio-c1c62e6cb0d8f2511ec6891a001a3f8745698ac0.zip
may as well clean up some
-rw-r--r--jthanio/static/css/jthanio.css4
-rw-r--r--jthanio/templates/base.html3
2 files changed, 1 insertions, 6 deletions
diff --git a/jthanio/static/css/jthanio.css b/jthanio/static/css/jthanio.css
index ce3484b..677cef7 100644
--- a/jthanio/static/css/jthanio.css
+++ b/jthanio/static/css/jthanio.css
@@ -8,10 +8,6 @@
/* Sticky footer styles
-------------------------------------------------- */
-html {
- position: relative;
- min-height: 100%;
-}
#page-content {
min-height: 100vh;
diff --git a/jthanio/templates/base.html b/jthanio/templates/base.html
index 9870c59..f81bf86 100644
--- a/jthanio/templates/base.html
+++ b/jthanio/templates/base.html
@@ -25,12 +25,11 @@
{# Override this in templates to add extra stylesheets #}
{% endblock %}
</head>
-
+ <div id="page-content">
{% include "navigation.html" %}
<body class="{% block body_class %}{% endblock %}">
{% wagtailuserbar %}
- <div id="page-content">
{% block content %}{% endblock %}
{% block extra_js %}