summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/post-excerpt/style.css
blob: 492a11e2964d8eb23925c842c517610a4ab49b67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
: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;
}