From 29b75ecc6cc4c3f35ffef4eb013207b09d668d16 Mon Sep 17 00:00:00 2001 From: arussac Date: Wed, 12 Feb 2025 12:14:36 +0100 Subject: [PATCH] anto --- css/style.css | 7 ++++++- index.html | 4 ++-- js/index.js | 40 ++++++++++++++++++++++++++++++++++++---- js/projet_detail.js | 11 ++++++----- js/utilities/routes.js | 26 +++++++++++++++----------- js/utilities/tools.js | 2 ++ 6 files changed, 67 insertions(+), 23 deletions(-) diff --git a/css/style.css b/css/style.css index c23d400..c7e61cc 100644 --- a/css/style.css +++ b/css/style.css @@ -204,4 +204,9 @@ footer { .close-button:hover { background-color: darkred; } - +footer{ + margin-top: 15px; +} +#video-container{ + margin-bottom: 15px; +} \ No newline at end of file diff --git a/index.html b/index.html index a0f48b1..535c7c8 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@