From 0b6e2f9181ec25369709c15320ce832826b84a54 Mon Sep 17 00:00:00 2001 From: Divlo Date: Sat, 28 Dec 2019 21:33:09 +0100 Subject: [PATCH] Hotfix: Sticky Footer --- css/style.css | 2 +- incl/footer.php | 13 +++++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/css/style.css b/css/style.css index f731d14..1ce7bd1 100644 --- a/css/style.css +++ b/css/style.css @@ -15,7 +15,7 @@ body { color: var(--text-color); font-family: 'Montserrat', 'Arial', sans-serif; margin: 0 0 var(--footer-height); /* bottom = footer height */ - padding-top: 96px; /* Hauteur de la navbar */ + padding-top: 94px; /* Hauteur de la navbar */ } .important { color: var(--important); diff --git a/incl/footer.php b/incl/footer.php index f35f0d0..7863e85 100644 --- a/incl/footer.php +++ b/incl/footer.php @@ -1,8 +1,13 @@