Add custom property to heading margin bottom
This commit is contained in:
parent
d556a9a50d
commit
a6d83073f0
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -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)'));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user