diff --git a/rumine/templates/404.html b/rumine/templates/404.html index 6c81ebe..716f3b3 100644 --- a/rumine/templates/404.html +++ b/rumine/templates/404.html @@ -14,9 +14,12 @@ .page_404{ padding:40px 0; background:#fff; - + display: grid; + height: 79vh; +} +.page_404 .container { + margin: auto; } - .page_404 img{ width:100%;} .four_zero_four_bg{ @@ -48,7 +51,7 @@
-
+

404