Fix donate button font size

This commit is contained in:
kez 2023-11-30 16:26:48 +01:00
parent 1125343192
commit 8245dc7df2

View File

@ -62,7 +62,7 @@
{% if config.base_url != "https://donate.torproject.org/" %}
{% set link = bag('links', this.alt, 'donate') %}
{% if link %}
<a href="{{ link }}" title="{{ _("Donate") }}"><span class="badge badge-warning p-2 mt-2 h5">{{ _("Donate Now") }}</span></a>
<a href="{{ link }}" title="{{ _("Donate") }}" class="h5"><span class="badge badge-warning p-2 mt-2">{{ _("Donate Now") }}</span></a>
{% else %}
<a href="https://www.torproject.org/donate/{{ this.alt }}" title="{{ _("Donate") }}"><span class="badge badge-warning p-2 h4">{{ _("Donate Now") }}</span></a>
{% endif %}