From b64a1503f0c60b5e2846dbef038319d16e65a188 Mon Sep 17 00:00:00 2001 From: Mathieu GROUSSEAU Date: Mon, 9 Jan 2023 20:59:52 +0100 Subject: [PATCH] FIx --- index.html | 10 +++++----- styles/base.css | 8 ++++++-- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 63348a4..a33fa55 100644 --- a/index.html +++ b/index.html @@ -35,12 +35,12 @@
Vidéo de présentation :
-
diff --git a/styles/base.css b/styles/base.css index fdb8788..b0542dc 100644 --- a/styles/base.css +++ b/styles/base.css @@ -105,12 +105,16 @@ section div p { } } -#Head{ +#Head { background-color: black; width: 100%; margin-bottom: 20px; } -footer>p{ +footer>p { font-size: small; +} + +#media-presentation { + width: 100%; } \ No newline at end of file