From ece4becf5e59b2d954cd47af33fc8947a5dee444 Mon Sep 17 00:00:00 2001 From: Arne de Laat Date: Thu, 11 Jan 2024 08:24:48 +0100 Subject: [PATCH] Small fixes Remove unused markdown attribute. Use transform-translate instead of translate, slightly better support. --- content/404.md | 2 +- theme/static/css/main.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }