add margin between posts

This commit is contained in:
Inhji 2019-12-07 21:15:01 +01:00
parent 1cab097cd1
commit 29e99be31e

View file

@ -7,6 +7,9 @@ main#wrapper {
margin-bottom: 3rem;
}
article.note {
margin-bottom: 3rem;
}
/*.note-container p:first-child {