summaryrefslogtreecommitdiff
path: root/project/templates
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2021-02-04 16:36:35 +1100
committerJed Barber <jjbarber@y7mail.com>2021-02-04 16:36:35 +1100
commit120d219023ed1c279cac495a1145466d182f4e37 (patch)
treecb1b2d78f8950fc34755c6b35956c38501d53f5d /project/templates
parent5265cb93699114e05fcea667597ea96cf3f4b2f4 (diff)
Abstract blue background added
Diffstat (limited to 'project/templates')
-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>