diff --git a/beesgospel/static/css/main.css b/beesgospel/static/css/main.css index 41cd6f5..6d335f5 100644 --- a/beesgospel/static/css/main.css +++ b/beesgospel/static/css/main.css @@ -8,14 +8,7 @@ body { background: #333; overflow-x: hidden; } -body.home .navbar .logo-container, body.home .navbar .harlow { - display: none; -} -body.home .navbar-brand { - width: 100%; -} -body.home .nav-sep { display: none; } - +body.home { background: black; } a { color: #ffab82; } @@ -42,7 +35,7 @@ nav { .hometitle { font-size: 280%; } } @media only screen and (max-width : 500px) { - img#abeille { width: 75px; } + .logo-container img { width: 70px; } } .alert-danger { background-color: #FFD79C; } .main-text { max-width: 100vw; } diff --git a/templates/base.html b/templates/base.html index f32de9e..efac00c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -10,10 +10,10 @@
{% block header %} -