Fix list styling inside h-entry so it looks the same regardless of whether you're on a permalink or feed page

This commit is contained in:
Danielle McLean 2017-10-26 09:46:38 +11:00
parent c4f7ea7fc6
commit 159528c603
Signed by: 00dani
GPG Key ID: 5A5D2D1AFF12EEC5
1 changed files with 14 additions and 2 deletions

View File

@ -10,8 +10,20 @@ ol.entries
margin-bottom 0
.card.h-entry
.e-content > :last-child
margin-bottom 0
.e-content
ul
list-style-type disc
ul, ol
margin-bottom 1rem
ul
list-style-type circle
ul, ol
margin-bottom 0
ul
list-style-type square
> :last-child
margin-bottom 0
.card-footer
display flex
justify-content space-evenly