preprod.css: fixed background in center of the screen (instead of the page)

This commit is contained in:
Benjamin Renard 2021-10-08 16:23:23 +02:00
parent 6770babe14
commit 91b2b4e1ab

View file

@ -1,3 +1,3 @@
body {
background: url('../image/preprod') no-repeat center;
background: url('../image/preprod') no-repeat center fixed;
}