Commit 57109bdd authored by Jakob Moser's avatar Jakob Moser
Browse files

Add proper margins to lists in articles

parent 90b15266
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -315,6 +315,11 @@ article .content p, article .content blockquote {
    margin: 1em 0;
}

article .content ul, article .content ol {
    margin-top: 1em;
    margin-bottom: 1em;
}

article .content img {
    max-width: 100%;
    height: auto;