[tor-commits] [lego/develop] Fix banner
hiro at torproject.org
hiro at torproject.org
Tue Apr 7 16:13:26 UTC 2020
commit ab20d4988902e4dd228e15c9fbd51d7041ba8323
Author: hiro <hiro at torproject.org>
Date: Wed Nov 27 14:54:44 2019 +0100
Fix banner
---
templates/banner.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/banner.html b/templates/banner.html
index 530fdbc..63e2bbb 100644
--- a/templates/banner.html
+++ b/templates/banner.html
@@ -22,9 +22,9 @@
<div class="row">
{% set link = bag('links', this.alt, 'donate') %}
{% if link %}
- <a class="btn-lg rectangle mb-3 mr-3" href="{{ link }}">{{ _('DONATE NOW') }}</a>
+ <a class="btn-lg rectangle mb-3 mr-3 ml-3" href="{{ link }}">{{ _('DONATE NOW') }}</a>
{% else %}
- <a class="btn-lg rectangle mb-3 mr-3" href="https://torproject.org/donate/donate-tbi-hp1">{{ _('DONATE NOW') }}</a>
+ <a class="btn-lg rectangle mb-3 mr-3 ml-3" href="https://torproject.org/donate/donate-tbi-hp1">{{ _('DONATE NOW') }}</a>
{% endif %}
<p class="give-today-and-mozi">{{ _('Give today, and Mozilla will match your donation.') }}</p>
</div>
More information about the tor-commits
mailing list