_post-title.scss 399 B

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