From d19b3cbbbb1ee3dc0a9b1dabe11153744c3a77b0 Mon Sep 17 00:00:00 2001 From: M1rt Date: Tue, 15 Oct 2019 12:54:34 +0300 Subject: [PATCH] Add top margin to card--description --- components/Card.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Card.vue b/components/Card.vue index fbe4721..a56554b 100644 --- a/components/Card.vue +++ b/components/Card.vue @@ -78,7 +78,7 @@ export default { flex-direction: column; font-size: 13px; color: white; - margin: 0 0 .7rem 0; + margin: .7rem 0 .7rem 0; line-height: 1.3; letter-spacing: .5px; max-width: 15rem;