From 0cb914d349107fa33750a231d5a6c48b7db1805e Mon Sep 17 00:00:00 2001 From: Alexel Date: Mon, 16 Sep 2024 16:53:39 -0400 Subject: [PATCH] fix: css pour .pageFooter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Y'avait un footer.css avant le sélecteur, ce qui nuisait à l'affichage --- public/css/footer.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/footer.css b/public/css/footer.css index 2237686..a3b8478 100644 --- a/public/css/footer.css +++ b/public/css/footer.css @@ -1,4 +1,4 @@ -footer.css .pageFooter { +.pageFooter { background: #f3f3f7; /*Gris pâle*/ width: 100%;