Ajout de classe pour maintenir logo dans navbar height. Ajout du lien youtube dans le footer.

This commit is contained in:
mrtoine 2025-12-12 19:29:15 +01:00
parent c327a55e41
commit f809f516d8
3 changed files with 14 additions and 4 deletions

View file

@ -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;