_query.scss 238 B

12345678
  1. .wp-block-post-template,
  2. .wp-block-query {
  3. // Important is necessary to override any other font size rules applied to the exerpt.
  4. .wp-block-post-excerpt__more-text {
  5. font-size: var(--wp--custom--font-sizes--x-small) !important;
  6. }
  7. }