Remove left padding in post list

This commit is contained in:
hedy 2024-04-08 12:22:35 +08:00
parent 6dccb8cc10
commit eb730327a1
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
1 changed files with 1 additions and 0 deletions

View File

@ -532,6 +532,7 @@ ul li {
ul.post-list {
list-style: none;
padding-left: 0;
}
.post-list h3, .post-list h2 {
margin-bottom: 0.5rem;