client: improve post-list spacing

This commit is contained in:
Max Leiter 2022-03-24 18:15:12 -07:00
parent 7c6eb87870
commit 5aca059953
No known key found for this signature in database
GPG key ID: A3512F2F2F17EBDA

View file

@ -31,4 +31,5 @@
flex-direction: column-reverse;
justify-content: center;
margin-bottom: var(--gap-double);
margin-top: var(--gap-double);
}