From a3b0ecd9b9e1ae035ea1cdf2d2a9e5550d08f34c Mon Sep 17 00:00:00 2001 From: btzr-io Date: Sun, 8 Oct 2017 21:37:37 -0600 Subject: [PATCH] update cards margin --- ui/scss/component/_card.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scss/component/_card.scss b/ui/scss/component/_card.scss index 88182a21e..6cf012c3c 100644 --- a/ui/scss/component/_card.scss +++ b/ui/scss/component/_card.scss @@ -222,7 +222,7 @@ $padding-right-card-hover-hack: 30px; display: inline-block; } > .card + .card { - margin-left: $spacing-vertical / 3; + margin-left: 16px; } }