From 12f1449a014e96ecce8da68c9e7e046d0fb00921 Mon Sep 17 00:00:00 2001 From: Ulf D <1coderookie@quantentunnel.de> Date: Sat, 9 Mar 2024 14:57:26 +0100 Subject: [PATCH] Update 404.html --- overrides/404.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/overrides/404.html b/overrides/404.html index bf945191..50b93ea6 100644 --- a/overrides/404.html +++ b/overrides/404.html @@ -12,7 +12,8 @@ background-image: url("looking-for-it_web72.JPG"); background-repeat: no-repeat; background-attachment: fixed; - background-size: cover; + background-size: contains; + border: solid 10px black; }