diff --git a/borgweb/borg/templates/404.html b/borgweb/borg/templates/404.html index 65af47d..3104e0d 100644 --- a/borgweb/borg/templates/404.html +++ b/borgweb/borg/templates/404.html @@ -3,29 +3,28 @@ {% block title %}404: Not Found{% endblock %} -{% block script %} -{% endblock %} - {% block style %} -html, body { - height: 80%; + body { + background-color: aliceblue; } - main { + .vertical-center { + min-height: 80%; + min-height: 80vh; + display: flex; align-items: center; - background-color: aliceblue; - text-align: center; } {% endblock %} {% block body %} -
-
-

404: Page Not Found

-
-
+
+
+

404: Not Found

+
+
+ {% endblock %}