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 @@ +