Add custom property to heading margin bottom

This commit is contained in:
Tetrakern 2024-04-18 23:51:04 +02:00
parent d556a9a50d
commit a6d83073f0
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -102,7 +102,7 @@ p a,
}
&:not(:last-child, .cell-title, .card__title, .post__title) {
margin-bottom: unquote('max(1.25rem, var(--paragraph-spacing) - 0.25rem)');
margin-bottom: var(--heading-margin-bottom, unquote('max(1.25rem, var(--paragraph-spacing) - 0.25rem)'));
}
}