style:调整锚点跳转时的定位。

This commit is contained in:
徐涛 2021-07-01 11:26:40 +08:00
parent dbc41f9447
commit f250b86cf5

View File

@ -152,4 +152,9 @@ article {
img, video { img, video {
margin-top: 8px; margin-top: 8px;
} }
h2, h3, h4, h5, h6 {
&[id]:target {
padding-top: 92px;
}
}
} }