mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-12 22:21:12 -06:00
Justify text for easier readability
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user