akashop/volumes/wp/wp-includes/blocks/post-excerpt/style-rtl.css

18 lines
352 B
CSS
Raw Permalink Normal View History

2024-03-20 07:48:21 +00:00
:where(.wp-block-post-excerpt){
margin-bottom:var(--wp--style--block-gap);
margin-top:var(--wp--style--block-gap);
}
.wp-block-post-excerpt__excerpt{
margin-bottom:0;
margin-top:0;
}
.wp-block-post-excerpt__more-text{
margin-bottom:0;
margin-top:var(--wp--style--block-gap);
}
.wp-block-post-excerpt__more-link{
display:inline-block;
}