From e5de39e5688ffdda5f171599f89317086c24f7a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Mon, 5 Feb 2024 21:35:31 +0100 Subject: [PATCH] Rework the footer --- la_chariotte/static/sass/base/_footer.sass | 14 +++- la_chariotte/templates/base.html | 90 ++++++++++++---------- 2 files changed, 61 insertions(+), 43 deletions(-) diff --git a/la_chariotte/static/sass/base/_footer.sass b/la_chariotte/static/sass/base/_footer.sass index 0c87147..c5f474e 100644 --- a/la_chariotte/static/sass/base/_footer.sass +++ b/la_chariotte/static/sass/base/_footer.sass @@ -1,6 +1,18 @@ +.footer + padding-bottom: 10px !important + padding: 50px 0 + padding-left: 2em + font-size: 1em + + logo > h2 + font-size: 2rem + footer > .columns margin-bottom: 1rem !important margin-top: 0 footer .margin-auto - margin: auto \ No newline at end of file + margin: auto + +footer .logo + letter-spacing: 1px diff --git a/la_chariotte/templates/base.html b/la_chariotte/templates/base.html index 95029a0..5131787 100644 --- a/la_chariotte/templates/base.html +++ b/la_chariotte/templates/base.html @@ -1,7 +1,6 @@ {% load static %} {% load settings %} {% load sass_tags %} - @@ -121,46 +120,53 @@ {% block content %}{% endblock %} - - - - +