From 9ad93fac34f354df17353f3e8cc52e65cd8bc062 Mon Sep 17 00:00:00 2001 From: Julien Maille Date: Fri, 16 Jan 2026 22:17:12 +0100 Subject: [PATCH] fix: remove search-bar margin-bottom affecting header height --- styles.css | 1 - 1 file changed, 1 deletion(-) diff --git a/styles.css b/styles.css index 6add99e..607e5e5 100644 --- a/styles.css +++ b/styles.css @@ -505,7 +505,6 @@ kbd { position: relative; width: 80%; max-width: 100%; - margin-bottom: var(--spacing-xl); display: flex; align-items: center; }