diff --git a/WSR/templates/vehicles.html b/WSR/templates/vehicles.html index 948ab163f5c2d340691e6c5cc79d8998d4a6c1d3..595ad1286cda58f933a97cb5f72df73676ddb861 100644 --- a/WSR/templates/vehicles.html +++ b/WSR/templates/vehicles.html @@ -8,9 +8,8 @@ body { background-image: url("{% static 'images/garage_1_dalle.jpg' %}"); background-size: cover; - background-position-x: center; - /* Pas bien, mais est-ce pire que de voir les artefacts de DALL-E ? */ - background-position-y: -545px; + background-attachment: fixed; + background-position: center; background-repeat: no-repeat; } </style>