Fix Spicy Image

This commit is contained in:
MasterAcnolo
2025-09-21 09:57:47 +02:00
parent 1a526777cc
commit 5c5f595829

View File

@@ -43,8 +43,9 @@ body.spicy {
/* Optionnel: background piments */
body.spicy {
background-image: url('../../assets/images/Spicy.webp');
background-image: url('../../assets/images/spicy.webp');
background-size:contain;
background-position: center;
background-attachment: fixed;
background-repeat: no-repeat;
}