From f250b86cf52fd15d0acfce1557c543e9ccfc842b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Thu, 1 Jul 2021 11:26:40 +0800 Subject: [PATCH] =?UTF-8?q?style:=E8=B0=83=E6=95=B4=E9=94=9A=E7=82=B9?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E6=97=B6=E7=9A=84=E5=AE=9A=E4=BD=8D=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/grid/source/css/style.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/grid/source/css/style.less b/themes/grid/source/css/style.less index 6e04b06..942a114 100644 --- a/themes/grid/source/css/style.less +++ b/themes/grid/source/css/style.less @@ -152,4 +152,9 @@ article { img, video { margin-top: 8px; } + h2, h3, h4, h5, h6 { + &[id]:target { + padding-top: 92px; + } + } } \ No newline at end of file