From 51d35a7d63fea51338d1e6f1d3f3eaf662619b21 Mon Sep 17 00:00:00 2001 From: rafael Date: Thu, 20 Nov 2025 21:00:13 -0400 Subject: [PATCH] Update `.main-content` padding to align with fixed header adjustments --- src/styles/components.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/components.css b/src/styles/components.css index ebd6115..52c7298 100644 --- a/src/styles/components.css +++ b/src/styles/components.css @@ -165,7 +165,7 @@ /* Ensure content is not hidden behind the fixed header */ .main-content { - padding-top: calc(var(--header-height) + 40px); + padding-top: calc(var(--header-height) + 60px); } .page-title {