commit bced3c08fe9b0f89cfa70b6307bc980f16687b8d Author: hiro hiro@torproject.org Date: Tue Oct 20 18:00:41 2020 +0200
Add text-center class to champions of privacy text --- templates/donate-form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/donate-form.html b/templates/donate-form.html index cf48f29f..3bdac303 100644 --- a/templates/donate-form.html +++ b/templates/donate-form.html @@ -1,6 +1,6 @@ <div> {{ this.intro }} - <p>Do you want to give more than $1000? <a title="Champions-of Privacy" href="champions-of-privacy/">Become a Champion of Privacy!</a></p> + <p class="text-center">Do you want to give more than $1000? <a title="Champions-of Privacy" href="champions-of-privacy/">Become a Champion of Privacy!</a></p> </div> <div class="donate-form"> <div id="campaign-totals-area"></div>
tor-commits@lists.torproject.org