changed height of featured images

This commit is contained in:
Felix Baumgärtner 2023-12-24 12:22:56 +01:00
parent b80c317217
commit dfce53f73e

View File

@ -596,4 +596,10 @@ ol.wp-block-comment-template {
/* Block: Term Description --------- */
.wp-block-term-description > *:first-child { margin-top: 0; }
.wp-block-term-description > *:last-child { margin-bottom: 0; }
.wp-block-term-description > *:last-child { margin-bottom: 0; }
/* Blog featured image */
.wp-block-post-featured-image img {
max-height: 50vh;
object-fit: cover;
}