From 23eb9aa27679219e3528d7c9fa1c61f4f57db551 Mon Sep 17 00:00:00 2001 From: Gen Date: Wed, 22 Jan 2025 12:12:11 -0800 Subject: [PATCH] fix some 404 stuff i guess --- 404.html | 8 ++++---- style.css | 6 ++++++ 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/404.html b/404.html index 0917234..0ea348e 100644 --- a/404.html +++ b/404.html @@ -18,10 +18,10 @@
-
-

ERR: 404

-

Try harder. It doesn't exist.

-
+
+

ERROR: 404

+

Skill issue. The thing you're trying to find doesn't exist.

+
diff --git a/style.css b/style.css index 922a56c..c037e19 100644 --- a/style.css +++ b/style.css @@ -116,6 +116,12 @@ footer { gap: 2em; } +.four { + display: inline-block; + vertical-align: middle !important; + line-height: normal; +} + .socials a { padding: 0.25rem 0.5rem; text-decoration: none;