|
@@ -139,6 +139,24 @@ p {
|
|
|
letter-spacing: 0.1em;
|
|
|
}
|
|
|
|
|
|
+.wp-block-cover {
|
|
|
+ padding: 11.5%;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-cover .wp-block-cover__inner-container {
|
|
|
+ width: auto;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-cover.has-custom-content-position.is-position-top-left, .wp-block-cover.has-custom-content-position.is-position-top-center, .wp-block-cover.has-custom-content-position.is-position-top-right {
|
|
|
+ padding-top: 5.75%;
|
|
|
+ padding-bottom: 17.25%;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-cover.has-custom-content-position.is-position-bottom-left, .wp-block-cover.has-custom-content-position.is-position-bottom-center, .wp-block-cover.has-custom-content-position.is-position-bottom-right {
|
|
|
+ padding-top: 17.25%;
|
|
|
+ padding-bottom: 5.75%;
|
|
|
+}
|
|
|
+
|
|
|
.wp-block-post-comments .reply a {
|
|
|
--wp--custom--button--typography--font-size: var(--wp--preset--font-size--normal);
|
|
|
border-style: var(--wp--custom--button--border--style);
|