_paragraph-with-quote.scss 242 B

1234567891011
  1. .paragraph-with-quote {
  2. h4 {
  3. margin: 0 0 calc( var(--wp--custom--gap--vertical) * 0.89 ) 0;
  4. }
  5. div:nth-child(2) {
  6. p {
  7. margin: calc( var(--wp--custom--gap--baseline) * 1.55 ) 0 0 0;
  8. }
  9. }
  10. }