commit d892ab188dbc30f5827c93fc851506e383b48715 Author: hiro hiro@torproject.org Date: Wed Nov 27 14:31:04 2019 +0100
Update footer --- templates/footer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/footer.html b/templates/footer.html index d724a48..7f45ce0 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -61,12 +61,12 @@ </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-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> </div> - <div class="col-md-4 col-lg-4 ml-2 mt-5 pb-5"> + <div class="col-sm-2 mt-5 d-none d-sm-block"> <div class="row"> <h4><a class="text-white px-3" target="_blank" href="https://www.facebook.com/TorProject/"><i class="fab fa-facebook-png"></i></a></h4> <h4><a class="mastodon text-white px-3" target="_blank" href="https://mastodon.social/@torproject"><i class="fab fa-mastodon-png"></i></a></h4>
tor-commits@lists.torproject.org