Apostrophe 2: Adjust some spacing around the comments block. Remove margins from bottom of Gallery block.

This commit is contained in:
Laurel Fulford 2018-11-05 14:16:27 -08:00
parent 03e6a05673
commit 853f72df35
2 changed files with 9 additions and 6 deletions

View file

@ -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;

View file

@ -726,9 +726,6 @@
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;