diff --git a/style.css b/style.css index 1c8f1d6..e2e235e 100644 --- a/style.css +++ b/style.css @@ -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; } \ No newline at end of file +.wp-block-term-description > *:last-child { margin-bottom: 0; } + +/* Blog featured image */ +.wp-block-post-featured-image img { + max-height: 50vh; + object-fit: cover; +} \ No newline at end of file