From 59fd5b94b3d545c86a0f8279efe65f01eb300fe1 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 10 Dec 2023 14:10:33 +0100 Subject: [PATCH] Add custom CSS for cover page (used in EPUB renderer) Signed-off-by: David Runge --- book/source/_static/epub/css/custom.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/book/source/_static/epub/css/custom.css b/book/source/_static/epub/css/custom.css index 31ee04f..46b31d2 100644 --- a/book/source/_static/epub/css/custom.css +++ b/book/source/_static/epub/css/custom.css @@ -59,4 +59,13 @@ aside.footnote-list { border-top: 1px solid black; margin-top: 2em; padding-top: 2em; -} \ No newline at end of file +} + +/* +Cover +*/ + +div.cover-img { + margin: auto; + width: 50%; +}