From 7caeedb45ea91cc7479a8a9786c3f51f3da6cc20 Mon Sep 17 00:00:00 2001 From: jonasChristoph <91590709+jonasChristoph@users.noreply.github.com> Date: Wed, 30 Mar 2022 13:53:29 +0200 Subject: [PATCH] Index + footer --- views/index.ejs | 8 ++++++-- views/partials/footer.ejs | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/views/index.ejs b/views/index.ejs index 1e375e4..8c4dce4 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -9,7 +9,7 @@ <%- include('partials/header'); %>
diff --git a/views/partials/footer.ejs b/views/partials/footer.ejs index 7b1df18..b98dd14 100644 --- a/views/partials/footer.ejs +++ b/views/partials/footer.ejs @@ -9,7 +9,7 @@ width: 100%; background-color: #414854; clear: both; - position: relative; + position: flex; height: 65px; margin-top: -56px; }