From b359836031d7ec1da1fb2acaae243516e014f743 Mon Sep 17 00:00:00 2001 From: Andres Date: Mon, 24 Nov 2025 13:28:26 -0500 Subject: [PATCH] changement width css --- www/css/style.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/www/css/style.css b/www/css/style.css index 9323049..a1692d9 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -411,24 +411,20 @@ blockquote a { overflow: hidden; padding: 40px; color: white; - /* texte lisible sur la vidéo */ min-height: 500px; - /* tu peux ajuster */ } -/* vidéo en background */ .perso .bg-video { position: absolute; top: 50%; left: 50%; - width: 100%; + width: 110%; height: 100%; object-fit: cover; transform: translate(-50%, -50%); z-index: 0; } -/* contenu par-dessus la vidéo */ .perso .content { position: relative; z-index: 10;