From 369ef74890db2ec58e8efdf7adeeb9f280153302 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Wed, 19 Oct 2022 13:32:16 +0100 Subject: [PATCH] Adjust .header-image-home background properties --- style/new_style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/new_style.css b/style/new_style.css index fdd67b4..36ef397 100644 --- a/style/new_style.css +++ b/style/new_style.css @@ -7,7 +7,7 @@ body { } .header-image-home { - background-image: url(https://via.placeholder.com/375x335webp); + background: darkslategrey url("https://via.placeholder.com/375x335webp") no-repeat fixed center; min-height: 40%; max-height: 45%; width: 100%;