Add some margin between list items of status updates

This commit is contained in:
Philipp Oppermann
2021-02-08 10:46:17 +01:00
parent 6e6d9cbe05
commit d4034ee3d9
2 changed files with 5 additions and 1 deletions

View File

@@ -458,3 +458,7 @@ a strong {
.left-to-right, .right-to-left pre, .right-to-left table, .right-to-left[id="toc-aside"] {
direction: ltr;
}
.status-update-list li {
margin-bottom: .5rem;
}