From ae2c9ed956e36040c1e9f3089ff20cde85f99692 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Sun, 6 Sep 2020 19:46:15 +0200 Subject: [PATCH] Added footer and pulled it 5em away from maincontent. --- lostplaces/lostplaces_app/static/main.css | 3 +- .../lostplaces_app/templates/global.html | 2 +- .../templates/partials/nav/footer.html | 66 +++++++++++++++++++ 3 files changed, 69 insertions(+), 2 deletions(-) create mode 100644 lostplaces/lostplaces_app/templates/partials/nav/footer.html diff --git a/lostplaces/lostplaces_app/static/main.css b/lostplaces/lostplaces_app/static/main.css index fb70e4e..202e499 100644 --- a/lostplaces/lostplaces_app/static/main.css +++ b/lostplaces/lostplaces_app/static/main.css @@ -1258,7 +1258,8 @@ body { color: #f9f9f9; } .LP-Footer__Flex { display: flex; - flex-flow: row wrap; } + flex-flow: row wrap; + margin-top: 5em; } .LP-Footer__ListTop { text-align: center; width: 33.333%; } diff --git a/lostplaces/lostplaces_app/templates/global.html b/lostplaces/lostplaces_app/templates/global.html index 6214a19..ff5c31e 100644 --- a/lostplaces/lostplaces_app/templates/global.html +++ b/lostplaces/lostplaces_app/templates/global.html @@ -90,4 +90,4 @@ {% endblock footer %} - \ No newline at end of file + diff --git a/lostplaces/lostplaces_app/templates/partials/nav/footer.html b/lostplaces/lostplaces_app/templates/partials/nav/footer.html new file mode 100644 index 0000000..9776275 --- /dev/null +++ b/lostplaces/lostplaces_app/templates/partials/nav/footer.html @@ -0,0 +1,66 @@ +