From 87278fe94301681c9f20eb4edc1cc083f98b66ad Mon Sep 17 00:00:00 2001 From: Roxane Date: Sun, 7 Apr 2024 21:55:51 +0200 Subject: [PATCH] repair display --- css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/style.css b/css/style.css index fdd7d76..d209d13 100644 --- a/css/style.css +++ b/css/style.css @@ -159,6 +159,12 @@ nav ul li a { #a-propos:not(:target) { display: none; } +#mesProjets:not(:target) { + display: none; +} +#cv:not(:target) { + display: none; +} section h2 { margin-bottom: 10px;