diff --git a/content/404.md b/content/404.md index c7596b0..ae3c53b 100644 --- a/content/404.md +++ b/content/404.md @@ -9,7 +9,7 @@ left: 32% ---
-
+

404 - Page not Found

diff --git a/theme/static/css/main.scss b/theme/static/css/main.scss index b8be09a..01b2b5b 100644 --- a/theme/static/css/main.scss +++ b/theme/static/css/main.scss @@ -47,7 +47,7 @@ body { position: absolute; top: 95%; left: 50%; - translate: -50%; + transform: translate(-50%); white-space: nowrap; z-index: 53; }