From c414b639fd22a8f1003cc00a5f163db13cf62f06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?well=C3=A1?= Date: Wed, 15 Jul 2020 12:32:10 +0200 Subject: [PATCH] fix card-title styling --- components/Card.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/components/Card.vue b/components/Card.vue index 80aece1..1bee00c 100644 --- a/components/Card.vue +++ b/components/Card.vue @@ -69,6 +69,7 @@ export default { } &--title { + font-size: 16px; font-weight: 900; margin: 0; }