|
@@ -177,12 +177,21 @@
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
|
|
|
+.wp-block-post-featured-image {
|
|
|
+ margin-bottom: 0;
|
|
|
+}
|
|
|
+
|
|
|
h1.wp-block-post-title:not(.has-featured-image .wp-block-post-title) {
|
|
|
border-bottom: var(--wp--custom--form--border--width) var(--wp--custom--form--border--style) var(--wp--preset--color--primary);
|
|
|
- padding-bottom: calc( var(--wp--custom--gap--vertical) * 2);
|
|
|
+ padding-bottom: calc(var(--wp--custom--gap--vertical) * 3);
|
|
|
margin-bottom: 0;
|
|
|
}
|
|
|
|
|
|
+.is-root-container,
|
|
|
+.wp-block-post-content {
|
|
|
+ margin-top: calc(var(--wp--custom--gap--vertical) * 3);
|
|
|
+}
|
|
|
+
|
|
|
.wp-block-query-pagination .wp-block-query-pagination-numbers .current {
|
|
|
text-decoration-thickness: 0.07em;
|
|
|
text-underline-offset: 0.46ex;
|