From 43d46830d178772c86eddb6519159ddd12fd685a Mon Sep 17 00:00:00 2001 From: Artem Anufrij Date: Tue, 4 Jul 2017 22:45:13 +0200 Subject: [PATCH] changed space between cards Signed-off-by: Artem Anufrij --- css/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.scss b/css/style.scss index 3fcfe6576..9d6b42ca5 100644 --- a/css/style.scss +++ b/css/style.scss @@ -312,7 +312,7 @@ input.input-inline { .card { background-color: $color-main-background; - margin: 10px; + margin: 10px 10px 20px 10px; white-space: normal; position: relative; opacity: 1.0;