From 7c212f2d0a1cf088676ecc6b9b56579ee4835e67 Mon Sep 17 00:00:00 2001 From: Nelle Varoquaux Date: Tue, 27 May 2025 16:09:45 +0200 Subject: [PATCH] Make logo bigger --- custom.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/custom.scss b/custom.scss index a2068f7..014cffc 100644 --- a/custom.scss +++ b/custom.scss @@ -37,3 +37,9 @@ $primary: #034e79; div.quarto-post { display: block; } + +.navbar-logo { + max-height: 35px; + width: auto; + padding-right: 10px; +}