From f809f516d861d34a7e7a0f40ace9661f9f9d9c55 Mon Sep 17 00:00:00 2001 From: mrtoine Date: Fri, 12 Dec 2025 19:29:15 +0100 Subject: [PATCH] Ajout de classe pour maintenir logo dans navbar height. Ajout du lien youtube dans le footer. --- static/css/app.css | 8 ++++++++ templates/partials/_footer.html | 3 +++ templates/partials/_header.html | 7 +++---- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/static/css/app.css b/static/css/app.css index e47ea13..fc28936 100644 --- a/static/css/app.css +++ b/static/css/app.css @@ -444,6 +444,14 @@ body { font-variant: small-caps; } +/* Logo inside brand: keep it within navbar height */ +.brand .logo { + max-height: 64px; + height: auto; + vertical-align: middle; + display: inline-block; +} + .subtitle { font-size: 1rem; letter-spacing: 0.05cm; diff --git a/templates/partials/_footer.html b/templates/partials/_footer.html index af756bc..ed9ef09 100644 --- a/templates/partials/_footer.html +++ b/templates/partials/_footer.html @@ -16,6 +16,9 @@