diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2019-07-05 17:39:46 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2019-07-05 17:42:01 +0200 |
commit | 955cda2cfa32ca6e475b6726df4732f5dc98a30f (patch) | |
tree | fcd5abc136bad749af3e1fc185fc00b6741535d7 | |
parent | 060554e73c9effe783a10c25e83df80c5e7a33ea (diff) |
doc/template.html: Justify paragraphs on larger screens.
-rw-r--r-- | doc/template.html | 5 |
1 files changed, 4 insertions, 1 deletions
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$ +</div> <footer> <hr/> @@ -80,6 +84,5 @@ $endif$ </div> </footer> </div> -</div> </body> </html> |