|
@@ -322,7 +322,7 @@
|
|
|
/* Needs .wp-block-quote class to override editor styles */
|
|
|
border: 0;
|
|
|
box-shadow: inset 0px 3px 0px 0px var(--wp--custom--color--primary);
|
|
|
- margin: calc( var(--wp--custom--margin--vertical) * 1.11) 0;
|
|
|
+ margin: calc( var(--wp--custom--margin--vertical) * 1.5) 0;
|
|
|
padding: calc( var(--wp--custom--margin--baseline) * 1.35) 0 0 0;
|
|
|
}
|
|
|
|
|
@@ -334,6 +334,7 @@
|
|
|
|
|
|
.wp-block-quote.is-style-side-quote p, .wp-block-quote.is-style-side-quote div.block-editor-rich-text__editable {
|
|
|
font-size: var(--wp--preset--font-size--large);
|
|
|
+ line-height: 1.4em;
|
|
|
margin-bottom: calc( var(--wp--custom--margin--baseline) * 0.68);
|
|
|
}
|
|
|
|
|
@@ -351,6 +352,18 @@
|
|
|
--wp--custom--button--spacing--padding--bottom: 0.5em;
|
|
|
}
|
|
|
|
|
|
+.paragraph-with-quote .paragraph-column h4 {
|
|
|
+ margin: 0 0 calc( var(--wp--custom--margin--vertical) * 0.89) 0;
|
|
|
+}
|
|
|
+
|
|
|
+.paragraph-with-quote .paragraph-column > p:first-of-type {
|
|
|
+ text-indent: 9.15em;
|
|
|
+}
|
|
|
+
|
|
|
+.paragraph-with-quote .paragraph-column p {
|
|
|
+ margin: calc( var(--wp--custom--margin--baseline) * 1.55) 0 0 0;
|
|
|
+}
|
|
|
+
|
|
|
h1.is-style-skatepark-heading-border, h2.is-style-skatepark-heading-border, h3.is-style-skatepark-heading-border, h4.is-style-skatepark-heading-border, h5.is-style-skatepark-heading-border, h6.is-style-skatepark-heading-border {
|
|
|
display: inline-block;
|
|
|
border-top: 2px solid var(--wp--custom--color--primary);
|