Make listings like blog post teasers just a bit closer together

This commit is contained in:
benjamin melançon 2018-12-12 23:48:50 -05:00
parent 811313fdeb
commit 5afa90cc37

View file

@ -47,3 +47,8 @@ a.teaser {
} }
} }
} }
.media-list .media,
.media-list .media + .media {
margin-bottom: $gap;
}