From 4e00b0d93e12cba1455062a23b23b55a50ebfb50 Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Wed, 25 Jun 2025 13:05:36 -0700 Subject: [PATCH] Increased logo size for visibility --- layouts/_default/baseof.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 22f9160..fd53692 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -74,7 +74,7 @@ } .logo img { - height: 36px; + height: 48px; margin-right: 10px; } @@ -582,7 +582,7 @@ } .logo img { - height: 24px; + height: 32px; margin-right: 5px; }