commit e01f110c3cae590d5b84987dc05bfa028322ccc3 Author: hiro hiro@torproject.org Date: Mon Oct 28 16:44:52 2019 +0100
Update template --- templates/bottom_banner.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/templates/bottom_banner.html b/templates/bottom_banner.html index 31c1603..08f782f 100644 --- a/templates/bottom_banner.html +++ b/templates/bottom_banner.html @@ -3,14 +3,18 @@ <label for="trigger" class="footer__close text-white">X</label> <span class="eoy-sr-only text-white">Close banner</span> <div class="eoy-banner row col-md-12" id="banner-header" role="contentinfo"> - <div class="col-lg-2 col-md-2 col-sm-1"></div> - <div class="col-lg-8 col-md-8 col-sm-4"> + <div class="col-lg-3 col-md-1"></div> + <div class="col-lg-6 col-md-10"> <div class="col-12 p-5"> <div class="row"> <h4 class="tracking-surveillan">Tracking, surveillance, and censorship are widespread online.</h4> </div> <div class="row"> - <h2 class="take-back-the-intern display-3">TAKE BACK THE INTERNET WITH TOR</h2> + <h2 class="take-back-the-intern display-3 py-3"> + TAKE BACK<br /> + THE INTERNET<br /> + WITH TOR + </h2> </div> <div class="row"> <a class="btn-lg rectangle" href="https://donate.torproject.org">DONATE NOW</a> @@ -18,7 +22,7 @@ </div> </div> </div> - <div class="col-lg-2 col-md-2 col-sm-1"> + <div class="col-lg-3 col-md-1"> </div> </div> </div>