|
@@ -48,6 +48,7 @@ p.has-drop-cap:not(:focus)::first-letter {
|
|
|
}
|
|
|
|
|
|
/* Full Width */
|
|
|
+
|
|
|
.apostrophe-2-no-sidebar figure.alignfull,
|
|
|
.apostrophe-2-no-sidebar .wp-block-cover.alignfull,
|
|
|
.apostrophe-2-no-sidebar .wp-block-gallery.alignfull,
|
|
@@ -122,6 +123,10 @@ p.has-drop-cap:not(:focus)::first-letter {
|
|
|
margin-left: auto;
|
|
|
}
|
|
|
|
|
|
+.wp-block-gallery figcaption {
|
|
|
+ margin-bottom: 0;
|
|
|
+}
|
|
|
+
|
|
|
/* Quote */
|
|
|
|
|
|
.wp-block-quote:not(.is-large):not(.is-style-large).alignleft,
|
|
@@ -369,15 +374,16 @@ hr.wp-block-separator {
|
|
|
|
|
|
/* Latest Comments */
|
|
|
|
|
|
+.wp-block-latest-comments {
|
|
|
+ padding: 0;
|
|
|
+}
|
|
|
+
|
|
|
.editor-block-list__block .wp-block-latest-comments__comment-meta a {
|
|
|
box-shadow: none;
|
|
|
font-weight: 700;
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
|
|
|
-.wp-block-latest-comments__comment-date {
|
|
|
-}
|
|
|
-
|
|
|
.wp-block-latest-comments .wp-block-latest-comments__comment {
|
|
|
border-top: 1px solid #d1d1d1;
|
|
|
margin-bottom: 0;
|