]> git.donarmstrong.com Git - laureldon.git/commitdiff
try to make hero-body smaller
authorDon Armstrong <don@donarmstrong.com>
Fri, 14 Feb 2025 03:51:35 +0000 (19:51 -0800)
committerDon Armstrong <don@donarmstrong.com>
Fri, 14 Feb 2025 03:51:35 +0000 (19:51 -0800)
templates/page.tmpl

index 2bba7083b34aecc71c4f0f050d6f1506b57ac866..bd1facacd93225814ddcbd1afdae7d38c6b0621e 100644 (file)
@@ -123,13 +123,11 @@ document.addEventListener('DOMContentLoaded', () => {
 </nav>
     </div>
 
-           <div class = "hero-body has-text-centered">
-    <p class="title">
+           <div class = "hero-body has-text-centered is-small title">
 <TMPL_VAR TITLE>
 <TMPL_IF ISTRANSLATION>
 &nbsp;(<TMPL_VAR PERCENTTRANSLATED>%)
 </TMPL_IF>
-</p>
   </div>
 </section>