修复照片墙尾页加载bug

This commit is contained in:
结发受长生
2019-05-14 14:11:28 +08:00
parent a0d0f72017
commit fc9a0d844d
6 changed files with 14 additions and 7 deletions
@@ -11,9 +11,16 @@
}
.category-count {
text-align: center;
line-height: 3;
font-size: 18px;
font-weight: bold;
}
// hexo自带的标签云
.tag-cloud {
text-align: center;
padding: 20px;
a {
margin: 0 20px;
word-break: keep-all;
}
}