From d0166bfd9045f0ca6a9a9a5d11b1c8f615d1a134 Mon Sep 17 00:00:00 2001 From: liangping <18786721@qq.com> Date: Sun, 8 Aug 2021 12:07:31 +0800 Subject: [PATCH] Fix align issue --- src/views/Governance.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/views/Governance.vue b/src/views/Governance.vue index 25fae898..a7276bf6 100644 --- a/src/views/Governance.vue +++ b/src/views/Governance.vue @@ -236,15 +236,12 @@ section { justify-content:center; align-items:center; } -.gov-wrapper .gov:not(:last-child) { - margin-right: .7rem; -} .dark-layout .gov-wrapper .gov { background-color: #161d31; } .gov-wrapper .gov { padding: .5rem; - margin-bottom: .7rem; + margin: .3rem; text-align: center; background-color: #f8f8f8; border-radius: .357rem;