1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-08 00:27:58 +00:00

Increase the margin between lists.

This commit is contained in:
Cotes Chung 2020-08-20 20:22:07 +08:00
parent e9c29aa1b5
commit a1b2c71b89

View File

@ -823,6 +823,11 @@ div.post-content .table-wrapper {
p {
font-size: 1.08rem;
}
> ol, > ul {
> li {
margin-top: 0.5rem;
}
}
}
.tag:hover {