commit 91e87ee2bfabbe700a09a128fb2cd24505b69e37 Author: gus gus@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 %}
tor-commits@lists.torproject.org