diff --git a/entries/static/entries/css/h-entry.styl b/entries/static/entries/css/h-entry.styl index 7e8a00b..c5037fb 100644 --- a/entries/static/entries/css/h-entry.styl +++ b/entries/static/entries/css/h-entry.styl @@ -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