fix: mobile-toc target offset

This commit is contained in:
Dillon
2019-08-20 12:15:40 +08:00
parent 36a9b75468
commit f64c499957
2 changed files with 12 additions and 0 deletions

View File

@@ -131,6 +131,15 @@
.post-warp {
padding-top: 6em;
.post-content {
a.post-title-target:target {
display: block;
position: relative;
top: -60px;
visibility: hidden;
}
}
.categories-card {
.card-item {
width: 95%;