[tor-commits] [tpo/staging] Fix #74 - title in trademark page is tiny

gus at torproject.org gus at torproject.org
Mon Jul 20 17:04:06 UTC 2020


commit 91e87ee2bfabbe700a09a128fb2cd24505b69e37
Author: gus <gus at torproject.org>
Date:   Mon May 18 23:25:51 2020 -0400

    Fix #74 - title in trademark page is tiny
---
 templates/macros/topic.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/macros/topic.html b/templates/macros/topic.html
index 0439c829..7d9996d2 100644
--- a/templates/macros/topic.html
+++ b/templates/macros/topic.html
@@ -8,7 +8,7 @@
   </h3>
   <div id="{{ t.control }}" role="tabpanel" data-parent="#topics" class="anchor-spacer">
     <div id="{{ t.control }}Accordion" data-children=".question">
-      <h5 class="text-muted mb-3 p-0 {{ bag('alternatives', alternative, 'direction') }}">{{ item.title }}</h5>
+      <h1 class="mb-3 p-0 {{ bag('alternatives', alternative, 'direction') }}">{{ item.title }}</h1>
       {% for q in site.query(item.path).include_undiscoverable(true) %}
         {{ render_question(q, item._id, alternative) }}
       {% endfor %}





More information about the tor-commits mailing list