From a1f2be37cada122b462e34523a93977301d3233c Mon Sep 17 00:00:00 2001 From: Hendrik Kleinwaechter Date: Fri, 28 Jul 2023 12:41:42 +0200 Subject: [PATCH] Justify text for easier readability --- book/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/book/style.css b/book/style.css index 72cb95a..7d1eaef 100644 --- a/book/style.css +++ b/book/style.css @@ -57,7 +57,10 @@ main.main-content,main.titlepage,div.footnotes{ padding:1rem; } -p.indent, p.noindent{text-indent:0} +p.indent, p.noindent{ + text-indent: 0; + text-align: justify; +} /* code{font-size:1.4rem;} */ /* figure pre.listings{font-size: 1.4rem;} */ figure.texsource, figure.shellcommand, figure.htmlsource, figure.luasource, figure.textsource{