From c02aca7009afc93d396a26e3fede8a7d01f3e50e Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sat, 8 Oct 2022 20:11:19 +0200 Subject: [PATCH] ui of post author --- assets/css/app.scss | 6 ++++++ templates/page/post/_post.html.twig | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/assets/css/app.scss b/assets/css/app.scss index 9722fa2..9813ab8 100644 --- a/assets/css/app.scss +++ b/assets/css/app.scss @@ -707,6 +707,12 @@ pre[class*="language-"] { padding: 4px 0 !important; } +.post-author { + p:not(:last-child) { + margin-bottom: 20px; + } +} + .content-footer { font-size: 14px; background: darken($color-dark-grey, 10%); diff --git a/templates/page/post/_post.html.twig b/templates/page/post/_post.html.twig index a3723fa..3a18d64 100644 --- a/templates/page/post/_post.html.twig +++ b/templates/page/post/_post.html.twig @@ -65,7 +65,7 @@

{%- endif -%} -
+