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