From cdf7a0704b48bfccac040622115a12db9d5fd69f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=BF=83=E5=AE=87?= Date: Thu, 13 Jul 2023 15:41:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=BC=80=E8=8A=AF=E9=99=A2?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E9=A6=96=E9=A1=B5=E6=96=B0=E9=97=BB=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E6=A0=B7=E5=BC=8Fcont.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/Information/indexZone1.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/forge/Information/indexZone1.scss b/src/forge/Information/indexZone1.scss index 551a784d..a295e88c 100644 --- a/src/forge/Information/indexZone1.scss +++ b/src/forge/Information/indexZone1.scss @@ -171,11 +171,9 @@ background-color:#07a583; } } - .zone_new_two { - margin-left: 38%; - } .zone_new_three{ display: flex; + justify-content: space-evenly; & > div:not(:first-child) { margin-left: 50px; } @@ -206,6 +204,10 @@ } } } + .zone_new_two { + margin-left: 38%; + justify-content: flex-start; + } } .zone_projects{ background-image:linear-gradient(180deg,#f1f4fa 0%,#ffffff 100%);