From 7bca53bdfef93687c5ae43af6cbdffe53e828585 Mon Sep 17 00:00:00 2001 From: NIUZHAOLONG Date: Wed, 18 Dec 2024 00:39:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4footer=E8=A1=8C=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/custom.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/assets/css/custom.css b/assets/css/custom.css index ae6fad7..9056a31 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -1,7 +1,8 @@ .footer-icp { - text-align: center; + line-height: 1.5rem; + text-align: left; color: #999; /* 浅灰色 */ - font-size: 10pt; + font-size: .75rem; } .footer-icp a { @@ -11,6 +12,7 @@ #cc-license { color: rgba(var(--color-neutral-400),var(--tw-text-opacity,1)); font-size: 10pt; + line-height: 1.5rem; } #cc-license a {