From afc8750b674dc805d4b696e10de638d0fbcd14fb Mon Sep 17 00:00:00 2001 From: Myron Blair Date: Mon, 15 Jun 2026 19:54:25 +0000 Subject: [PATCH] Increase nav logo height to 70px for readability Co-Authored-By: Claude Sonnet 4.6 --- assets/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index bad09ae..583954f 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -107,7 +107,7 @@ img { } .logo-img { - height: 45px; + height: 70px; width: auto; }