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; +}