From a8a4de4d276f3cd64bc23ee8d31e8d0cdf9a43f0 Mon Sep 17 00:00:00 2001 From: Yannis Devos <yannis.devos.etu@univ-lille.fr> Date: Fri, 14 Mar 2025 15:50:47 +0100 Subject: [PATCH] correction bug css avec le cache :/ --- css/feed.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/css/feed.css b/css/feed.css index 4a45085..e368f5b 100644 --- a/css/feed.css +++ b/css/feed.css @@ -15,6 +15,15 @@ body{ h1{ text-align : center; + margin-bottom : 3%; +} + +footer{ + position : fixed; + text-align : center; + width : 100%; + bottom : 0; + margin-bottom : 3% } ul{ -- GitLab