diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2023-07-18 22:47:19 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2023-07-18 22:47:19 +0200 |
commit | fe1d30dc558f3de9ce2fb5b7d548d651986f0e14 (patch) | |
tree | 66457865caa4313bd8752880aa5d7bf497fdbcbb /themes/elenq/static | |
parent | 536a1ae695a5889b4073e73fb7d7ad37cd51c519 (diff) |
Show the current series in the post -> using tags
Diffstat (limited to 'themes/elenq/static')
-rw-r--r-- | themes/elenq/static/css/elenq-pelican.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; } |