fix:继续修正目录跳转锚点样式不正确的问题。

This commit is contained in:
徐涛
2021-07-01 14:01:22 +08:00
parent f250b86cf5
commit 58cddb3501
3 changed files with 11 additions and 3 deletions

View File

@@ -154,7 +154,9 @@ article {
}
h2, h3, h4, h5, h6 {
&[id]:target {
position: relative;
padding-top: 92px;
margin-top: -72px;
}
}
}