diff --git a/beesgospel/static/css/main.css b/beesgospel/static/css/main.css index dc63e1d..41cd6f5 100644 --- a/beesgospel/static/css/main.css +++ b/beesgospel/static/css/main.css @@ -8,7 +8,14 @@ body { background: #333; overflow-x: hidden; } -body.home { background: black; } +body.home .navbar .logo-container, body.home .navbar .harlow { + display: none; +} +body.home .navbar-brand { + width: 100%; +} +body.home .nav-sep { display: none; } + a { color: #ffab82; } diff --git a/templates/base.html b/templates/base.html index ef29479..f32de9e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -10,7 +10,7 @@
{% block header %} -