Increase the margin between lists.
This commit is contained in:
parent
e9c29aa1b5
commit
a1b2c71b89
1 changed files with 5 additions and 0 deletions
|
@ -823,6 +823,11 @@ div.post-content .table-wrapper {
|
||||||
p {
|
p {
|
||||||
font-size: 1.08rem;
|
font-size: 1.08rem;
|
||||||
}
|
}
|
||||||
|
> ol, > ul {
|
||||||
|
> li {
|
||||||
|
margin-top: 0.5rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.tag:hover {
|
.tag:hover {
|
||||||
|
|
Loading…
Reference in a new issue