|
@@ -100,7 +100,7 @@ img {
|
|
|
margin-right: calc(-1 * var(--wp--custom--margin--horizontal));
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 482px) {
|
|
|
+@media (min-width: 480px) {
|
|
|
.wp-block[data-align="left"],
|
|
|
.wp-block[data-align="right"],
|
|
|
.wp-site-blocks .alignleft,
|
|
@@ -587,11 +587,6 @@ p.has-drop-cap:not(:focus):first-letter {
|
|
|
max-width: var(--wp--custom--separator--width);
|
|
|
}
|
|
|
|
|
|
-.wp-block-video figcaption {
|
|
|
- margin: var(--wp--custom--video--caption--margin);
|
|
|
- text-align: var(--wp--custom--video--caption--text-align);
|
|
|
-}
|
|
|
-
|
|
|
.wp-block-table figcaption {
|
|
|
font-size: var(--wp--custom--table--figcaption--typography--font-size);
|
|
|
text-align: center;
|
|
@@ -602,4 +597,9 @@ p.has-drop-cap:not(:focus):first-letter {
|
|
|
padding: calc(0.5*var(--wp--custom--margin--vertical)) calc(0.5*var(--wp--custom--margin--horizontal));
|
|
|
}
|
|
|
|
|
|
+.wp-block-video figcaption {
|
|
|
+ margin: var(--wp--custom--video--caption--margin);
|
|
|
+ text-align: var(--wp--custom--video--caption--text-align);
|
|
|
+}
|
|
|
+
|
|
|
/*# sourceMappingURL=ponyfill.css.map */
|