From be7b62ee0035bafcc36f7e2526effbd9791d38e1 Mon Sep 17 00:00:00 2001 From: mdivecky Date: Sat, 27 Aug 2022 12:58:02 +0200 Subject: [PATCH] fix footer --- view/static/main.css | 9 --------- view/templates/about.html | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/view/static/main.css b/view/static/main.css index 741424c..e69de29 100644 --- a/view/static/main.css +++ b/view/static/main.css @@ -1,9 +0,0 @@ -body { - margin-bottom: 60px; /* Margin bottom by footer height */ - } - -.footer { - position: absolute; - bottom: 0; - width: 100%; - } \ No newline at end of file diff --git a/view/templates/about.html b/view/templates/about.html index ce60a0d..e1d29a7 100644 --- a/view/templates/about.html +++ b/view/templates/about.html @@ -3,6 +3,23 @@ {% include 'parts/head.html' %} +