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 {