Add CSS for better-looking bibliography entries

This commit is contained in:
Dimitri Lozeve 2022-03-23 19:06:16 +01:00
parent 3408e55747
commit 2f264b3b4b

View file

@ -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%;
}