Remove the bottom margin from h-feeds so they line up with the h-card properly

This commit is contained in:
Danielle McLean 2017-10-16 23:02:27 +11:00
parent c96f81855b
commit eb23583876
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5

View file

@ -1,2 +1,5 @@
div.h-feed > ol > li:not(:last-child)
margin-bottom: 1em
div.h-feed
> ol.list-unstyled
margin-bottom: 0
> li:not(:last-child)
margin-bottom: 1em