From 08a3169440cb2b40a43f553a23e947a42867de53 Mon Sep 17 00:00:00 2001 From: George Lacey Date: Mon, 10 May 2021 18:57:38 +0100 Subject: [PATCH] Apply style only to container div --- borgweb/borg/templates/404.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/borgweb/borg/templates/404.html b/borgweb/borg/templates/404.html index ac98876..02683ae 100644 --- a/borgweb/borg/templates/404.html +++ b/borgweb/borg/templates/404.html @@ -11,7 +11,7 @@ html, body { height: 80%; } - body { + text-container { display: flex; align-items: center; background-color: aliceblue; @@ -21,7 +21,7 @@ html, body { {% block body %} -
+

Page not found!