commit e058aee7e40a97434ddbffbb1d5ffe18a610076b Author: Antonela hola@antonela.me Date: Thu Dec 5 08:34:58 2019 -0300
Update footer
Remove newsletter block border --- templates/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/footer.html b/templates/footer.html index 7f45ce0..d9a350c 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -60,7 +60,7 @@ {% endif %} </div> </div> - <div class="col-12 d-flex justify-content-center border"> + <div class="col-12 d-flex justify-content-center"> <div class="col-sm-6 offset-lx-1 offset-sm-0 mt-5"> <p class="text-primary-light text-uppercase">{{ _('Subscribe to our Newsletter') }}</p> <p class="text-light">{{ _('Get monthly updates and opportunities from the Tor Project:') }}</p>
tor-commits@lists.torproject.org