From 2dae04098dbe4481c9c7ef189e5e8fb332432b00 Mon Sep 17 00:00:00 2001 From: arussac Date: Sun, 27 Apr 2025 12:39:19 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20d'une=20marge=20inf=C3=A9rieure=20pour?= =?UTF-8?q?=20la=20section=20vid=C3=A9o=20afin=20d'am=C3=A9liorer=20l'espa?= =?UTF-8?q?cement=20visuel.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/pages/style_projet.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/pages/style_projet.css b/css/pages/style_projet.css index 60c5ac5..4e72d99 100644 --- a/css/pages/style_projet.css +++ b/css/pages/style_projet.css @@ -176,4 +176,8 @@ text-align: center; margin-top: 20px; margin-bottom: 20px; +} + +.video { + margin-bottom: 2vh; } \ No newline at end of file