- h1.wp-block-post-title {
- //can be removed after https://github.com/WordPress/gutenberg/pull/35684 lands
- margin-bottom: calc(var(--wp--custom--gap--vertical) * 3);
- body:not(.has-featured-image) &{
- border-bottom: var(--wp--custom--form--border--width)
- var(--wp--custom--form--border--style) var(--wp--preset--color--primary);
- padding-bottom: calc(var(--wp--custom--gap--vertical) * 3);
- }
- }
|