summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/objects/_card.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/objects/_card.scss b/src/objects/_card.scss
index 056fea2..11542ce 100644
--- a/src/objects/_card.scss
+++ b/src/objects/_card.scss
@@ -296,6 +296,10 @@
296 font-size: 0.8em; 296 font-size: 0.8em;
297 content: "▶"; 297 content: "▶";
298 } 298 }
299
300 @include bem.next-elem("body") {
301 padding-block-start: 0;
302 }
299 } 303 }
300 304
301 &::details-content { 305 &::details-content {