From 06ecf20b8b0c8d926c320b2a6d06fb5c2d196dab Mon Sep 17 00:00:00 2001 From: cebgcontract <99630598+cebgcontract@users.noreply.github.com> Date: Wed, 2 Mar 2022 13:00:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=A6=96=E9=A1=B5investors?= =?UTF-8?q?=E7=9A=84=E9=97=B4=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/index/InvestorsSection.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/index/InvestorsSection.vue b/src/components/index/InvestorsSection.vue index 5303969..7b91ea9 100644 --- a/src/components/index/InvestorsSection.vue +++ b/src/components/index/InvestorsSection.vue @@ -53,7 +53,7 @@ export default class extends Vue { .list{ display: grid; grid-template-columns: repeat(3, 33.33%); - gap: 50px; + gap: 1px; align-items: center; margin-bottom: 20px; justify-content: space-between;