From 10d84fcf276ceda4194e2f8e56fc48e3625bdf83 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sat, 6 Sep 2025 20:18:54 +0200 Subject: [PATCH] =?UTF-8?q?D=C3=A9placement=20abeille=20sur=20page=20accue?= =?UTF-8?q?il?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- beesgospel/static/css/main.css | 2 +- templates/base.html | 2 +- templates/index.html | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/beesgospel/static/css/main.css b/beesgospel/static/css/main.css index 6d335f5..dc63e1d 100644 --- a/beesgospel/static/css/main.css +++ b/beesgospel/static/css/main.css @@ -35,7 +35,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..ef29479 100644 --- a/templates/base.html +++ b/templates/base.html @@ -13,7 +13,7 @@