From 24a1039ed2cfd23856eb9162760a0dc5aaf16e53 Mon Sep 17 00:00:00 2001 From: HenryZeng Date: Mon, 8 Jan 2024 02:34:56 +0800 Subject: [PATCH] Update zhheoblog.css MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 部分修复 bug #611 修复:去除 文章页 配置中的profile项导致的 文章页 侧边栏卡片间距为0的问题 --- templates/assets/zhheo/zhheoblog.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/assets/zhheo/zhheoblog.css b/templates/assets/zhheo/zhheoblog.css index 8f45ad5f..6203a3f7 100644 --- a/templates/assets/zhheo/zhheoblog.css +++ b/templates/assets/zhheo/zhheoblog.css @@ -2215,7 +2215,7 @@ blockquote footer cite::before { } #aside-content :only-child > .card-widget { - margin-top: 0px; + margin-top: 1rem; } #aside-content .card-more-btn {