commit 585b4f741cfa946f2447bf27b0a8565fc611b0c2 Author: Antonela hola@antonela.me Date: Fri Apr 26 16:10:11 2019 -0300
Update donate block --- templates/download.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/download.html b/templates/download.html index 561d727..b764849 100644 --- a/templates/download.html +++ b/templates/download.html @@ -50,7 +50,7 @@ </div> </div> <div class="container bg-primary mt-5"> - <div class="col-md-8 mx-auto text-center p-5"> + <div class="col-lg-8 mx-auto text-center p-5"> <h2 class="display-4 text-white">{{ _('Stand up for privacy and freedom online.') }}</h2> <p class="text-white">{{ _('We’re a nonprofit organization and rely on supporters like you to help us keep Tor robust and secure for millions of people worldwide.') }}</p> <a class="btn btn-lg btn-warning" href="https://donate.torproject.org">{{ _('Donate Now') }}</a>
tor-commits@lists.torproject.org