From 8586d537bda42a4f18f3a020c30648a57acbe4eb Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Thu, 18 Jun 2020 23:06:52 +0200 Subject: [PATCH] Render post actions on a new line --- style.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.scss b/style.scss index 4188f14..aac0a98 100644 --- a/style.scss +++ b/style.scss @@ -114,6 +114,10 @@ body { font-size: 1.4em; display: block; margin: 1.5em 0 .5em 0; + a:nth-of-type(2)::before { + content: "\A"; + white-space: pre; + } } h2 + time.dt-published {