Fix css bug

This commit is contained in:
cuom1999 2022-05-30 03:07:18 -05:00
parent 22470c2f58
commit 5c9acd0bf1
2 changed files with 7 additions and 2 deletions

View file

@ -51,7 +51,6 @@
}
ul {
list-style: none;
padding-left: 1em;
padding-right: 0.5em;
@ -84,6 +83,12 @@
}
}
.no-dot-blog-sidebox {
ul {
list-style: none;
}
}
.blog-comment-count {
font-size: 12px;
}