|
@@ -205,6 +205,10 @@ pre {
|
|
|
flex-direction: column;
|
|
|
}
|
|
|
|
|
|
+.wp-site-blocks > main {
|
|
|
+ margin-top: 0;
|
|
|
+}
|
|
|
+
|
|
|
.site-footer-container {
|
|
|
margin-top: auto;
|
|
|
}
|
|
@@ -652,6 +656,11 @@ p.has-drop-cap:not(:focus):first-letter {
|
|
|
margin-bottom: var(--wp--custom--gap--baseline);
|
|
|
}
|
|
|
|
|
|
+.wp-block-post-template {
|
|
|
+ margin-top: 0;
|
|
|
+ margin-bottom: 0;
|
|
|
+}
|
|
|
+
|
|
|
.wp-block-pullquote.is-style-solid-color,
|
|
|
.wp-block-pullquote {
|
|
|
text-align: var(--wp--custom--pullquote--typography--text-align);
|
|
@@ -935,8 +944,4 @@ div.wp-block-query-pagination .wp-block-query-pagination-numbers .current {
|
|
|
mask-image: url(svg/post-tag.svg);
|
|
|
}
|
|
|
|
|
|
-.wp-block-post-template {
|
|
|
- margin: 0;
|
|
|
-}
|
|
|
-
|
|
|
/*# sourceMappingURL=ponyfill.css.map */
|