From b00857a73aaa57e99dc8c37db30d4b4bef67bd8c Mon Sep 17 00:00:00 2001
From: Bryan Brancotte <bryan.brancotte@pasteur.fr>
Date: Tue, 2 Nov 2021 13:51:27 +0100
Subject: [PATCH] fix css priority, smaller footer

---
 .../css/basetheme_bootstrap4_pasteur.css      | 29 ++++++++++---------
 1 file changed, 16 insertions(+), 13 deletions(-)

diff --git a/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css b/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css
index 8a825b8..c29de88 100644
--- a/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css
+++ b/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css
@@ -1,16 +1,3 @@
-@media (max-width: 767px){
-    .footer__section + .footer__section,
-    .footer__section{
-        min-height:2em;
-    }
-    .header__top{
-        display:none;
-    }
-    body {
-        padding-top: calc( 41px ) !important;
-    }
-}
-
 .href-break-all a[href], a[href].href-break-all{
     word-break: break-all !important;
 }
@@ -866,4 +853,20 @@ a.bg-secondary:focus {
 
 .text-muted a{
     color:#66b0ff;
+}
+
+@media (max-width: 767px){
+    .footer__section + .footer__section,
+    .footer__section{
+        min-height:2em;
+    }
+    .header__top{
+        display:none;
+    }
+    body {
+        padding-top: calc( 41px ) !important;
+    }
+    footer {
+        padding:0;
+    }
 }
\ No newline at end of file
-- 
GitLab