diff --git a/beesgospel/static/css/main.css b/beesgospel/static/css/main.css index 6d335f5..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; } @@ -35,7 +42,7 @@ nav { .hometitle { font-size: 280%; } } @media only screen and (max-width : 500px) { - .logo-container img { width: 70px; } + img#abeille { width: 75px; } } .alert-danger { background-color: #FFD79C; } .main-text { max-width: 100vw; } diff --git a/templates/base.html b/templates/base.html index efac00c..f32de9e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -10,10 +10,10 @@ {% block header %} -