From cfc42592095ed24a7a457f0817c4e4e82a9a274e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?well=C3=A1?= Date: Wed, 15 Jul 2020 12:37:24 +0200 Subject: [PATCH] add !important to fix titles, yikes --- components/Card.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/components/Card.vue b/components/Card.vue index 6ca67b7..2b7cee3 100644 --- a/components/Card.vue +++ b/components/Card.vue @@ -68,11 +68,10 @@ export default { } } - &--title { - font-size: 16px; + &--title { + font-size: 16px !important; font-weight: 900; - margin: 0; - margin-left: 0; + margin: 0 !important; } &--description {