#5724: Gazette: Fix blog posts read more links (#6390)

This commit is contained in:
Bob Matyas 2022-10-19 05:58:54 -04:00 committed by GitHub
parent 3597829be4
commit 4a8db57d04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View file

@ -194,6 +194,12 @@ p.has-drop-cap:not(:focus)::first-letter {
margin-bottom: 30px;
}
/* Newspack Blog Posts */
.wpnbha p .more-link {
display: none;
}
/*--------------------------------------------------------------
5.0 Blocks - Widgets
--------------------------------------------------------------*/

View file

@ -475,6 +475,12 @@ p.has-drop-cap:not(:focus)::first-letter {
text-align: right;
}
/* Newspack Blog Posts */
.wpnbha p .more-link {
display: none;
}
/*--------------------------------------------------------------
5.0 Blocks - Layout Elements
--------------------------------------------------------------*/