forked from 00dani/lemoncurry
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:
parent
c4f7ea7fc6
commit
159528c603
1 changed files with 14 additions and 2 deletions
|
@ -10,8 +10,20 @@ ol.entries
|
||||||
margin-bottom 0
|
margin-bottom 0
|
||||||
|
|
||||||
.card.h-entry
|
.card.h-entry
|
||||||
.e-content > :last-child
|
.e-content
|
||||||
margin-bottom 0
|
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
|
.card-footer
|
||||||
display flex
|
display flex
|
||||||
justify-content space-evenly
|
justify-content space-evenly
|
||||||
|
|
Loading…
Reference in a new issue