_query.scss 313 B

1234567891011
  1. .wp-block-query-loop,
  2. .wp-block-query {
  3. .wp-block-post-title {
  4. font-size: var(--wp--custom--heading--h3--font-size);
  5. }
  6. // Important is necessary to override any other font size rules applied to the exerpt.
  7. .wp-block-post-excerpt__more-text {
  8. font-size: var(--wp--preset--font-size--tiny) !important;
  9. }
  10. }