From f669733c29ca9720b4d40e4a1fb1a18dfb3579b9 Mon Sep 17 00:00:00 2001 From: arussac Date: Mon, 28 Apr 2025 08:14:04 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20de=20marges=20inf=C3=A9rieures=20pour?= =?UTF-8?q?=20am=C3=A9liorer=20l'espacement=20des=20=C3=A9l=C3=A9ments=20d?= =?UTF-8?q?ans=20le=20style=20du=20projet.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/pages/style_projet.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/pages/style_projet.css b/css/pages/style_projet.css index 4e72d99..b9b998f 100644 --- a/css/pages/style_projet.css +++ b/css/pages/style_projet.css @@ -2,6 +2,7 @@ float: left; display: inline; width: 49%; + margin-bottom: 5vh; } .picture_placeHolder { @@ -180,4 +181,8 @@ .video { margin-bottom: 2vh; +} + +#content1 { + margin-bottom: 5vh; } \ No newline at end of file