From cc5dc620477730e5d83cdf16b05c65c0fa2f5430 Mon Sep 17 00:00:00 2001 From: Giyos Date: Mon, 24 Sep 2018 18:26:34 +0500 Subject: [PATCH] minor design fix --- front/client/components/Article.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/client/components/Article.vue b/front/client/components/Article.vue index ea74fa9..dd1b7d8 100644 --- a/front/client/components/Article.vue +++ b/front/client/components/Article.vue @@ -120,7 +120,7 @@ export default class ArticleItem extends Vue { color: #979797; cursor: pointer; transition: all ease-in-out .25s; - margin-right: 15px; + margin-right: 30px; } .article-top-group {