You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
701 B

1 year ago
  1. .wp-block-quote{
  2. box-sizing:border-box;
  3. overflow-wrap:break-word;
  4. }
  5. .wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){
  6. margin-bottom:1em;
  7. padding:0 1em;
  8. }
  9. .wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{
  10. font-size:1.5em;
  11. font-style:italic;
  12. line-height:1.6;
  13. }
  14. .wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{
  15. font-size:1.125em;
  16. text-align:left;
  17. }