|
@@ -205,10 +205,6 @@ pre {
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
}
|
|
}
|
|
|
|
|
|
-.wp-site-blocks > main {
|
|
|
|
- margin-top: 0;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
.site-footer-container {
|
|
.site-footer-container {
|
|
margin-top: auto;
|
|
margin-top: auto;
|
|
}
|
|
}
|
|
@@ -223,9 +219,11 @@ body.admin-bar .wp-site-blocks {
|
|
min-height: calc( 100vh - var(--wpadmin-bar--height));
|
|
min-height: calc( 100vh - var(--wpadmin-bar--height));
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+p.wp-block.wp-block-paragraph,
|
|
|
|
+*[class^="wp-container"] > * + p,
|
|
p {
|
|
p {
|
|
- margin-top: var(--wp--custom--gap--vertical);
|
|
|
|
- margin-bottom: var(--wp--custom--gap--vertical);
|
|
|
|
|
|
+ margin-top: 1em;
|
|
|
|
+ margin-bottom: 1em;
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-column :first-child, .wp-block-group :first-child {
|
|
.wp-block-column :first-child, .wp-block-group :first-child {
|
|
@@ -661,6 +659,10 @@ p.has-drop-cap:not(:focus):first-letter {
|
|
margin-bottom: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.wp-block-post-template .wp-block-post-featured-image {
|
|
|
|
+ line-height: 0;
|
|
|
|
+}
|
|
|
|
+
|
|
.wp-block-pullquote.is-style-solid-color,
|
|
.wp-block-pullquote.is-style-solid-color,
|
|
.wp-block-pullquote {
|
|
.wp-block-pullquote {
|
|
text-align: var(--wp--custom--pullquote--typography--text-align);
|
|
text-align: var(--wp--custom--pullquote--typography--text-align);
|