commit 48539ec0d6ba11cc17e5447a416691e6e1d119b1 Author: Enjeck Cleopatra 32180937+PROTechThor@users.noreply.github.com Date: Sat Oct 19 07:39:48 2019 +0100
fixing validator errors --- templates/footer.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/templates/footer.html b/templates/footer.html index d9a350c..1574a46 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -60,8 +60,9 @@ {% endif %} </div> </div> - <div class="col-12 d-flex justify-content-center"> - <div class="col-sm-6 offset-lx-1 offset-sm-0 mt-5"> + </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"> <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>
tor-commits@lists.torproject.org