Fix single-post header inset and bump version to 1.0.14

This commit is contained in:
2026-04-18 22:43:53 +02:00
parent 577e8cede8
commit a8d2b4415a
2 changed files with 30 additions and 3 deletions

View File

@@ -1160,7 +1160,8 @@ function kgv_customizer_dynamic_css() {
.card-body,
.page-content-card,
.single-post{
.post-card.single-post,
.post-card .single-post{
padding: var(--kgv-card-padding);
}