_quote.scss 168 B

123456789
  1. .wp-block-quote.is-style-large {
  2. p {
  3. line-height: 1.4;
  4. }
  5. cite {
  6. text-align: unset; // Gutenberg adds a text-align: right to the cite, we don't want this.
  7. }
  8. }