From ae604f85b9911cc1afc30cf54671dda459fa25fb Mon Sep 17 00:00:00 2001 From: Jason McBrayer Date: Wed, 7 Nov 2018 13:47:44 -0500 Subject: [PATCH] Fix bug in Lux theme --- brutaldon/static/css/brutaldon.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/brutaldon/static/css/brutaldon.css b/brutaldon/static/css/brutaldon.css index 466c35d..6fdc036 100644 --- a/brutaldon/static/css/brutaldon.css +++ b/brutaldon/static/css/brutaldon.css @@ -183,3 +183,7 @@ input#id_poll_frequency { max-width: 10em; } + +body.has-navbar-fixed-top, html.has-navbar-fixed-top { + padding-top: 5rem; +}