fix: fix toc css bug

This commit is contained in:
Dillon
2019-08-25 00:14:21 +08:00
parent 4f2ff40ef9
commit 9d2e810b44

View File

@@ -157,9 +157,9 @@
.post-content {
.post-dummy-target:target {
display: inline;
display: inline-block;
position: relative;
top: -4rem;
top: -5.4rem;
visibility: hidden;
}