From fe1d30dc558f3de9ce2fb5b7d548d651986f0e14 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Tue, 18 Jul 2023 22:47:19 +0200 Subject: Show the current series in the post -> using tags --- themes/elenq/static/css/elenq-pelican.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'themes/elenq/static') diff --git a/themes/elenq/static/css/elenq-pelican.css b/themes/elenq/static/css/elenq-pelican.css index 17bc9cd..9f7fc1b 100644 --- a/themes/elenq/static/css/elenq-pelican.css +++ b/themes/elenq/static/css/elenq-pelican.css @@ -30,6 +30,10 @@ li{ margin-bottom: 3rem; } +.series{ + margin-top: 1rem; +} + .hentry p{ /* Reduce margin in the news section*/ margin-bottom: 1ex; } -- cgit v1.2.3