git-subtree-dir: SiriusPress/wordpress
git-subtree-mainline: 6d2204413f383520b3f2ece120bc7324f2e88906
git-subtree-split: 1f173de885
19 lines
No EOL
389 B
CSS
19 lines
No EOL
389 B
CSS
:where(.wp-block-post-excerpt) {
|
|
box-sizing: border-box;
|
|
margin-top: var(--wp--style--block-gap);
|
|
margin-bottom: var(--wp--style--block-gap);
|
|
}
|
|
|
|
.wp-block-post-excerpt__excerpt {
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.wp-block-post-excerpt__more-text {
|
|
margin-top: var(--wp--style--block-gap);
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.wp-block-post-excerpt__more-link {
|
|
display: inline-block;
|
|
} |