From d7885aae483c26fa6f769a3aa70ffc31aa936080 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Fri, 30 Aug 2024 19:08:44 +0800 Subject: [PATCH] fix(theme): incorrect comments `margin-top` --- theme/src/client/styles/compat.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/src/client/styles/compat.css b/theme/src/client/styles/compat.css index b7f74b46..cb6f4b67 100644 --- a/theme/src/client/styles/compat.css +++ b/theme/src/client/styles/compat.css @@ -13,6 +13,6 @@ } /* ------------------ Plugin Comment ------------------ */ -#vp-comment { +.vp-comment { margin-top: 80px; }