From 7d6eeaa8f246e0e336642b5a3ccd92dad43f244e Mon Sep 17 00:00:00 2001 From: Firq Date: Tue, 9 May 2023 21:23:41 +0200 Subject: [PATCH] 404 audit fix --- src/pages/404.astro | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pages/404.astro b/src/pages/404.astro index d296b1c..1d9071f 100644 --- a/src/pages/404.astro +++ b/src/pages/404.astro @@ -53,4 +53,9 @@ const description = "Error. This shouldn't happen :/" a:hover { color: var(--c-darkpurple); } + + img { + width: 256px; + height: 256px; + }