Update .main-content padding to align with fixed header adjustments
Some checks failed
continuous-integration/drone/push Build was killed

This commit is contained in:
2025-11-20 21:00:13 -04:00
parent 2a71d4736b
commit 51d35a7d63

View File

@@ -165,7 +165,7 @@
/* Ensure content is not hidden behind the fixed header */ /* Ensure content is not hidden behind the fixed header */
.main-content { .main-content {
padding-top: calc(var(--header-height) + 40px); padding-top: calc(var(--header-height) + 60px);
} }
.page-title { .page-title {