From 7f68b88fd90ecbb42bb65060a252568a4b86b2d1 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sat, 6 Sep 2025 20:19:37 +0200 Subject: [PATCH] Affichage menu hamburger sur accueil --- beesgospel/static/css/main.css | 9 ++++++++- templates/base.html | 2 +- templates/index.html | 5 ++++- 3 files changed, 13 insertions(+), 3 deletions(-) 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 %} -