commit abbf18cb1bbca70caeb8913d2b60f0cb9332f287 Author: Antonela hola@antonela.me Date: Thu Jan 9 11:58:52 2020 -0300
Update footer.html
Fix weird spacing and remove white border --- templates/footer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/footer.html b/templates/footer.html index af856f0..7a84b12 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -61,8 +61,8 @@ </div> </div> </div> - <div class="col-12 d-flex justify-content-center border"> - <div class="col-sm-6 offset-lx-1 offset-md-2 offset-sm-0 mt-5 mt-5 pb-5"> + <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> <p class="w"><a class="btn btn-small btn-dark mt-2 text-white text-uppercase active" role="button" aria-pressed="true" href="https://newsletter.torproject.org/">{{ _('Sign up') }}</a></p>