changed height of featured images
This commit is contained in:
parent
b80c317217
commit
dfce53f73e
@ -596,4 +596,10 @@ ol.wp-block-comment-template {
|
|||||||
/* Block: Term Description --------- */
|
/* Block: Term Description --------- */
|
||||||
|
|
||||||
.wp-block-term-description > *:first-child { margin-top: 0; }
|
.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;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user