commit b0a49dc23d6086410f367a0a923270ca5eb2ad20 Author: Antonela hola@antonela.me Date: Tue Nov 26 07:54:09 2019 -0300
Remove border in newsletter section --- templates/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/footer.html b/templates/footer.html index 9fadec2..f068b2f 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -59,7 +59,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-md-2 offset-sm-0 mt-5 mt-5 pb-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