From 35516bc93229970582ad5e3bd9859cc03e53a863 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?well=C3=A1?= Date: Wed, 15 Jul 2020 12:32:55 +0200 Subject: [PATCH] remove margin on titles --- components/Card.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/components/Card.vue b/components/Card.vue index 1bee00c..6ca67b7 100644 --- a/components/Card.vue +++ b/components/Card.vue @@ -72,6 +72,7 @@ export default { font-size: 16px; font-weight: 900; margin: 0; + margin-left: 0; } &--description {