From 3652b975ee1c196cb5bca41f8c20b347adc38195 Mon Sep 17 00:00:00 2001 From: neko Date: Tue, 13 Apr 2021 21:32:14 +0200 Subject: [PATCH] trying to push the footer to the bottom of the screen always --- assets/css/custom.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/assets/css/custom.css b/assets/css/custom.css index 4c1ce03..c57e1ac 100755 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -159,12 +159,12 @@ p.blog-post { /* footer */ footer { + position: absolute; + bottom: 20px; font-weight: bold; color: #ffd300; font-size: xx-small; - padding-top:20px; - padding-left: 20px; - padding-right: 20px; + padding: 20px; } @@ -172,7 +172,6 @@ footer { .screen { position: unset !important; width: 100% !important; - height: 100% !important; } .screen-image { display: none; } .screen-content {