From 0737e4c6cf1d55cf86e839b628d55a20133a16b7 Mon Sep 17 00:00:00 2001 From: Robin Sonnabend <robin@fsmpi.rwth-aachen.de> Date: Mon, 6 Mar 2017 15:18:36 +0100 Subject: [PATCH] Add padding at the page bottom. /close #31 --- static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/style.css b/static/css/style.css index 27fb8c2..69c9292 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1,5 +1,6 @@ body { padding-top: 65px; + padding-bottom: 10px; } .alert { -- GitLab