From 95409e31719e262986644585bca0954c32545a23 Mon Sep 17 00:00:00 2001
From: Benoit Alessandroni <benoit@happy-dev.fr>
Date: Sat, 23 Nov 2019 17:12:12 +0100
Subject: [PATCH] Some fixes

---
 src/includes/footer.pug | 2 +-
 src/styles/index.scss   | 4 +++-
 translation/fr.yml      | 2 +-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/includes/footer.pug b/src/includes/footer.pug
index a23e27f7..c44d6711 100644
--- a/src/includes/footer.pug
+++ b/src/includes/footer.pug
@@ -20,4 +20,4 @@
                     p Co-funded 
                     p by the 
                     p European Union
-    p.footer_warning.flex_item_center  This software has been co-funded by the European Union. The contents of this softwrae are the sole responsibility of Cooperatives Europe and can in no way be taken to reflect the views of the European Union.
\ No newline at end of file
+    p.footer_warning.flex_item_center  This software has been co-funded by the European Union. The contents of this software are the sole responsibility of Cooperatives Europe and can in no way be taken to reflect the views of the European Union.
\ No newline at end of file
diff --git a/src/styles/index.scss b/src/styles/index.scss
index 024bf575..44dfb453 100644
--- a/src/styles/index.scss
+++ b/src/styles/index.scss
@@ -768,8 +768,10 @@ footer#footer{
     background:var(--bg-block);
     height: auto;
     box-shadow: 0 2px 10px 0 rgba(0,0,0,0.14);
-    position: relative;
+    position: absolute;
     padding-top: 2rem;
+    bottom: 0;
+    width: 100%;
 }
 .logo_footer{
     width: 22rem;
diff --git a/translation/fr.yml b/translation/fr.yml
index 2e78a588..183c0899 100644
--- a/translation/fr.yml
+++ b/translation/fr.yml
@@ -9,7 +9,7 @@ welcome : Bienvenue dans notre répertoire international de ressources pour les
 generalLabel : Index international de ressources pour les mentors et les entrepreneurs coopératifs
 PostResource: Poster une nouvelle ressource
 BrowseDatabase: Rechercher dans la base de donnée
-ResourcesRequestingValidation: Ressources demandant une validation
+ResourcesRequestingValidation: Ressources à valider
 RequestedResources: Ressources demandées
 HistoryResources : Historique de vos ressources
 ConnectKnowledgeBase : Connexion à la base de connaissances
-- 
GitLab