From 099c49a424b06cc0a2de15971f0c8fc0b8e62ba6 Mon Sep 17 00:00:00 2001 From: peijunlei Date: Tue, 8 Sep 2026 20:16:22 +0800 Subject: [PATCH] =?UTF-8?q?style(about-history):=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=8F=91=E5=B1=95=E5=8E=86=E5=8F=B2=E8=AF=A6=E6=83=85=E9=A1=B5?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/themes/dist_static/static/css/about-history.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/public/themes/dist_static/static/css/about-history.css b/public/themes/dist_static/static/css/about-history.css index c176e6e..ea51471 100644 --- a/public/themes/dist_static/static/css/about-history.css +++ b/public/themes/dist_static/static/css/about-history.css @@ -113,8 +113,9 @@ } .ah-block + .ah-block { - margin-top: 4.5rem; - padding-top: 1rem; + margin-top: 3em; + padding-top: 3rem; + border-top: 1px solid #ebebeb; } .ah-block { @@ -271,6 +272,7 @@ } .ah-block + .ah-block { - margin-top: 3rem; + margin-top: 2rem; + padding-top: 2rem; } }