summaryrefslogtreecommitdiff
path: root/project/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'project/templates/base.html')
-rw-r--r--project/templates/base.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/project/templates/base.html b/project/templates/base.html
index d4ef561..979305c 100644
--- a/project/templates/base.html
+++ b/project/templates/base.html
@@ -9,6 +9,7 @@
{% endblock %}
</head>
<body>
+ <div class="white">
<h2>Jedidiah Barber's Personal Site</h2>
<hr>
<nav>
@@ -24,6 +25,8 @@
{% block content %}
{% endblock %}
</article>
+ <hr>
+ </div>
</body>
</html>