From: Guilhem Moulin Date: Fri, 5 Jul 2019 15:39:46 +0000 (+0200) Subject: doc/template.html: Justify paragraphs on larger screens. X-Git-Url: https://git.g-eek.se/?a=commitdiff_plain;h=955cda2cfa32ca6e475b6726df4732f5dc98a30f;p=interimap.git doc/template.html: Justify paragraphs on larger screens. --- diff --git a/doc/template.html b/doc/template.html index 97062e3..a3a3938 100644 --- a/doc/template.html +++ b/doc/template.html @@ -24,6 +24,9 @@ $endif$ float: right; margin-left: 1em; } + .content p { + text-align: justify; + } } @media(max-width: 1440px) { .container{ max-width: 1080px; } } @media(max-width: 1280px) { .container{ max-width: 960px; } } @@ -64,6 +67,7 @@ $endif$ $endif$ $body$ + -