From 83193565ce08a439e52cea99f88095b1d275fb3e Mon Sep 17 00:00:00 2001 From: Jukka Lampikoski Date: Tue, 10 Mar 2026 00:32:40 +0200 Subject: [PATCH] Increase header height for more breathing room Co-Authored-By: Claude Opus 4.6 --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index a7d68d8..8866f90 100644 --- a/style.css +++ b/style.css @@ -137,7 +137,7 @@ img { display: flex; align-items: center; gap: 32px; - height: 68px; + height: 88px; } .logo img {