Add more padding to the left of bullets in lists

This commit is contained in:
Alexis Tacnet
2017-01-04 02:53:02 +01:00
parent 4a5e3eb1f4
commit b627e13708

View File

@@ -551,6 +551,7 @@ section.main .container .content .post-item {
section.main .container .content .post-item {
display: flex;
list-style: none;
padding-left: 1.5em;
}
section.main .container .content .post-item .meta {
display: block;