Add custom CSS for cover page (used in EPUB renderer)

Signed-off-by: David Runge <dave@sleepmap.de>
This commit is contained in:
David Runge 2023-12-10 14:10:33 +01:00
parent ac7f168b41
commit 59fd5b94b3
No known key found for this signature in database
GPG key ID: 90D4B9641E092971

View file

@ -59,4 +59,13 @@ aside.footnote-list {
border-top: 1px solid black;
margin-top: 2em;
padding-top: 2em;
}
}
/*
Cover
*/
div.cover-img {
margin: auto;
width: 50%;
}