Remove the bottom margin from h-feeds so they line up with the h-card properly
This commit is contained in:
parent
c96f81855b
commit
eb23583876
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue