From 580c61e92419654e3c1ca35c70a9a83a491c867c Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Sun, 1 Jul 2018 15:01:14 +1000 Subject: [PATCH] Adjust sizing of p-author photo and spacing inside entries --- entries/static/entries/css/h-entry.styl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/entries/static/entries/css/h-entry.styl b/entries/static/entries/css/h-entry.styl index c52bfa4..63d0e0c 100644 --- a/entries/static/entries/css/h-entry.styl +++ b/entries/static/entries/css/h-entry.styl @@ -25,7 +25,7 @@ ol.entries, div.entry text-align center img.u-photo border-radius .25rem - height 3em + max-height 3em > * margin-bottom .25rem .media @@ -40,6 +40,7 @@ ol.entries, div.entry list-style-type disc ul, ol margin-bottom 1rem + padding-left 1.1rem ul list-style-type circle ul, ol @@ -53,3 +54,5 @@ ol.entries, div.entry .card-link display inline-block font-size 0.8rem + margin-left 0 + margin-right 1.25rem