1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Optimized the indentation of layout Category and Tag.

This commit is contained in:
Cotes Chung
2019-12-08 00:15:09 +08:00
parent 9992e11228
commit bbdad4ebd9
3 changed files with 9 additions and 2 deletions

View File

@@ -55,10 +55,17 @@
}
@media all and (max-width: 576px) {
#page-category ul>li::before,
#page-tag ul>li::before {
margin: 0 .5rem;
}
#page-tag ul>li>a,
#page-category ul>li>a {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}