From 34172a05439e8d30ba884d737fffe9c03f47017f Mon Sep 17 00:00:00 2001 From: Robert Martinez Date: Sun, 25 Nov 2018 00:46:42 +0100 Subject: [PATCH] add footer padding This should make sure the footer does not come too close to the top when there is no content. Reviewed-by: Joseph Nuthalapati --- static/themes/default/css/plinth.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/themes/default/css/plinth.css b/static/themes/default/css/plinth.css index ec9cee45a..5c70e98ad 100644 --- a/static/themes/default/css/plinth.css +++ b/static/themes/default/css/plinth.css @@ -187,6 +187,7 @@ footer { bottom: 0; width: 100%; height: 150px; + padding-top: 150px; } footer license-info p {