post-list styling

adjusted margin-bottom for articles in post list
This commit is contained in:
Matt DeCamp 2021-12-07 15:52:44 -05:00
parent b5ded243c4
commit e2b4380a2f

View file

@ -1,3 +1,6 @@
#posts--list article {
margin-bottom: var(--s1);
#posts--list {
& article {
margin-bottom: var(--s2);
}
}