|
@@ -115,8 +115,12 @@ figure.alignfull,
|
|
|
.wp-block-quote.is-style-large p {
|
|
|
}
|
|
|
|
|
|
-.wp-block-quote:not(.is-large):not(.is-style-large).alignleft,
|
|
|
-.wp-block-quote:not(.is-large):not(.is-style-large).alignright {
|
|
|
+.wp-block-quote.alignleft {
|
|
|
+ margin-right: 1.5em;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-quote.alignright {
|
|
|
+ margin-left: 1.5em;
|
|
|
}
|
|
|
|
|
|
.rtl .wp-block-quote:not(.is-large):not(.is-style-large).alignleft,
|
|
@@ -251,6 +255,14 @@ figure.alignfull,
|
|
|
color: #767676;
|
|
|
}
|
|
|
|
|
|
+.wp-block-pullquote.alignleft {
|
|
|
+ margin-right: 1.5em;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-pullquote.alignright {
|
|
|
+ margin-left: 1.5em;
|
|
|
+}
|
|
|
+
|
|
|
.wp-block-pullquote.alignfull blockquote {
|
|
|
padding-left: 1.5em;
|
|
|
padding-right: 1.5em;
|