Commit 90b15266 authored by Jakob Moser's avatar Jakob Moser
Browse files

Try implementing a consistent top margin for articles

parent 1488e244
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -385,7 +385,11 @@ article:only-child > footer {

article:only-child .content {
    position: relative;
    margin-top: 2.5em;
    margin-top: 3.5em;
}

article:only-child .content :first-child {
    margin-top: 0;
}

article:only-child .content::after {