fix distance

This commit is contained in:
Ulf Gebhardt 2026-03-04 09:31:53 +01:00
parent b0163d03a3
commit ef0619a5d1
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -68,6 +68,11 @@ h1, h2, h3, h4 {
}
}
// spacing for article cover image below fixed navbar
.page-cover {
padding-top: 1rem;
}
// crop article image
.page-cover img {
max-height: 420px !important;