aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules/card/card.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/molecules/card/card.module.scss')
-rw-r--r--src/components/molecules/card/card.module.scss12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/components/molecules/card/card.module.scss b/src/components/molecules/card/card.module.scss
index 65f92f6..d87114b 100644
--- a/src/components/molecules/card/card.module.scss
+++ b/src/components/molecules/card/card.module.scss
@@ -232,9 +232,15 @@ $breakpoint: 50ch;
grid-column: 3;
}
- :where(.footer) .meta {
- grid-row-start: 1;
- flex-flow: column wrap;
+ :where(.footer) {
+ .actions {
+ padding-bottom: 0;
+ }
+
+ .meta {
+ grid-row-start: 1;
+ flex-flow: column wrap;
+ }
}
:where(.body:first-child + .footer) .meta,