From 13d92a4827334e44c6c1927204ca07e73596057e Mon Sep 17 00:00:00 2001 From: Alexel Date: Mon, 9 Sep 2024 17:02:34 -0400 Subject: [PATCH] Ajustement taille et couleur du footer --- public/css/footer.css | 26 +++++++++++++++++--------- public/css/general.css | 2 +- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/public/css/footer.css b/public/css/footer.css index f2d6b1a..a3b8478 100644 --- a/public/css/footer.css +++ b/public/css/footer.css @@ -1,12 +1,10 @@ .pageFooter { - background: #394596; - /*Bleu AGECEM*/ + background: #f3f3f7; + /*Gris pâle*/ width: 100%; - bottom: 0; - padding: 20px; - bottom: 0; + padding: 5px; position: fixed; - + bottom: 0; } ul.footerElementList { @@ -19,12 +17,22 @@ ul.footerElementList { } -li.footerElement { +.footerElement { font-family: "Poppins"; font-weight: 400; /*semi-bold*/ - font-size: 0, 75rem; - /*12px*/ + font-size: 0.5rem; + /*8px*/ text-align: center; +} +@media screen and (min-width: 768px) { + .footerElement { + font-family: "Poppins"; + font-weight: 400; + /*semi-bold*/ + font-size: 0.75rem; + /*12px*/ + text-align: center; + } } \ No newline at end of file diff --git a/public/css/general.css b/public/css/general.css index b91614f..6f3b410 100644 --- a/public/css/general.css +++ b/public/css/general.css @@ -15,7 +15,7 @@ img { body { margin: 0; padding-top: 60px; - padding-bottom: 80px; + padding-bottom: 20px; } ul {