summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/post-excerpt/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/blocks/post-excerpt/style.css')
-rw-r--r--wp-includes/blocks/post-excerpt/style.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/wp-includes/blocks/post-excerpt/style.css b/wp-includes/blocks/post-excerpt/style.css
new file mode 100644
index 0000000..492a11e
--- /dev/null
+++ b/wp-includes/blocks/post-excerpt/style.css
@@ -0,0 +1,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;
+} \ No newline at end of file