From 67308911fb1bed1cb75d17180b5de1c1077ad307 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Fri, 27 Oct 2017 08:55:51 +1100 Subject: [PATCH] Apply a bit of margin between the h-entry footer fields --- entries/static/entries/css/h-entry.styl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/entries/static/entries/css/h-entry.styl b/entries/static/entries/css/h-entry.styl index c5037fb..8fb8536 100644 --- a/entries/static/entries/css/h-entry.styl +++ b/entries/static/entries/css/h-entry.styl @@ -28,6 +28,10 @@ ol.entries display flex justify-content space-evenly flex-wrap wrap + > * + margin-right 1rem + &:last-child + margin-right 0 .h-card > img height 1em vertical-align baseline