commit e90f020329df5d3016273efe23bea6d8d39ec6c9 Author: hiro hiro@torproject.org Date: Wed Oct 30 17:11:25 2019 +0100
Update template for banner --- templates/banner.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/banner.html b/templates/banner.html index 67c0375..ab682ad 100644 --- a/templates/banner.html +++ b/templates/banner.html @@ -9,7 +9,7 @@ <div class="row"> <h4 class="tracking-surveillan">{{ _('Tracking, surveillance, and censorship are widespread online.') }}</h4> </div> - <div class="row w-50"> + <div class="row col-xs-12 col-sm-8 col-md-6 col-lg-4"> <h2 class="take-back-the-intern display-3 py-3"> {{ _('TAKE BACK THE INTERNET WITH TOR') }} </h2>
tor-commits@lists.torproject.org