From 91b2b4e1abc10e7e20cd881f013e79c2b96012fb Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Fri, 8 Oct 2021 16:23:23 +0200 Subject: [PATCH] preprod.css: fixed background in center of the screen (instead of the page) --- src/css/preprod.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/preprod.css b/src/css/preprod.css index cde0149e..5f38092e 100644 --- a/src/css/preprod.css +++ b/src/css/preprod.css @@ -1,3 +1,3 @@ body { - background: url('../image/preprod') no-repeat center; + background: url('../image/preprod') no-repeat center fixed; }