kollapsminoriteten/wp-includes/blocks/post-excerpt/style.css

18 lines
352 B
CSS
Raw Normal View History

2023-09-26 10:33:34 +02:00
:where(.wp-block-post-excerpt){
2023-04-26 17:39:43 +02:00
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;
2021-07-23 11:58:50 +02:00
}