aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules/layout/card.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/molecules/layout/card.module.scss')
-rw-r--r--src/components/molecules/layout/card.module.scss5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/components/molecules/layout/card.module.scss b/src/components/molecules/layout/card.module.scss
index 8f9f4a5..31f6a4b 100644
--- a/src/components/molecules/layout/card.module.scss
+++ b/src/components/molecules/layout/card.module.scss
@@ -31,9 +31,8 @@
}
.title {
- flex: 1;
- margin-top: var(--spacing-sm);
- margin-bottom: var(--spacing-sm);
+ width: fit-content;
+ margin: var(--spacing-sm) auto;
}
h2.title {