From 2f264b3b4b89351b71563ece63b58e3173859bc3 Mon Sep 17 00:00:00 2001 From: Dimitri Lozeve Date: Wed, 23 Mar 2022 19:06:16 +0100 Subject: [PATCH] Add CSS for better-looking bibliography entries --- css/pandoc.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/css/pandoc.css b/css/pandoc.css index b2676b2..aab5e46 100644 --- a/css/pandoc.css +++ b/css/pandoc.css @@ -85,3 +85,11 @@ pre:not(.sourceCode) code { word-wrap: break-word; overflow-wrap: break-word; } + +/* Bibliograpy entries */ +.csl-entry { + font-size: 1.2rem; + padding-top: 0.4rem; + padding-bottom: 0.4rem; + width: 87.5%; +}