]> git.g-eek.se Git - interimap.git/commitdiff
doc/template.html: Justify paragraphs on larger screens.
authorGuilhem Moulin <guilhem@fripost.org>
Fri, 5 Jul 2019 15:39:46 +0000 (17:39 +0200)
committerGuilhem Moulin <guilhem@fripost.org>
Fri, 5 Jul 2019 15:42:01 +0000 (17:42 +0200)
doc/template.html

index 97062e3868dbbf858ede0389318ccd427b0cf819..a3a393827ac5fc345e79d6a574e092e97bd1ce60 100644 (file)
@@ -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>