Uitgelicht podcast [#00028]

This commit is contained in:
NH Gooi
2024-09-12 14:06:28 +02:00
parent 5ebf7f20be
commit 6d91e1d3ca
3 changed files with 26 additions and 12 deletions

View File

@@ -1231,7 +1231,8 @@ div.pp_default .pp_close:hover {
.post_container .post_body h3 {
font-size: 15px;
}
.post_container .post_body .sentence {
.post_container .post_body .sentence,
.box.featured .sentence {
font-size: 12px;
font-style: italic;
line-height: 1.3;
@@ -1240,7 +1241,8 @@ div.pp_default .pp_close:hover {
display: block;
width: 100%;
}
.post_container .post_body .sentence span {
.post_container .post_body .sentence span,
.box.featured .sentence span {
padding: 0 5px;
}
.post_container .post_body blockquote {