From 6bf4e1a52ea4d86fc3b17b9069ae39a91bbf3a2e Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Sat, 1 Jun 2019 09:26:58 -0400 Subject: [PATCH] Add spacing around time element on index pages This adds a small margin around a time element, which makes things look better when the body of a post starts with a header. --- less/core.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/less/core.less b/less/core.less index 66ce3ba..118acd8 100644 --- a/less/core.less +++ b/less/core.less @@ -252,6 +252,8 @@ body { margin-bottom: 0.25em; &+time { display: block; + margin-top: 0.25em; + margin-bottom: 0.25em; } } time {