From 8936f36edafcb05016eec4608b7505b39af50370 Mon Sep 17 00:00:00 2001 From: Daniel Ye Date: Sun, 10 Dec 2023 10:15:00 -0500 Subject: [PATCH] Vertically center content --- core/templates/core/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/core/templates/core/base.html b/core/templates/core/base.html index 2c994c0..42844c0 100644 --- a/core/templates/core/base.html +++ b/core/templates/core/base.html @@ -67,6 +67,7 @@

{% block header %}{% endblock %}

{% block body %}{% endblock %} +