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 %} - - - - +