commit c1476450e4f545f9808fbe48660d71cb3a803b23 Author: hiro hiro@torproject.org Date: Wed Oct 30 16:58:05 2019 +0100
Move class to row --- templates/banner.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/banner.html b/templates/banner.html index 6d15fac..58bba01 100644 --- a/templates/banner.html +++ b/templates/banner.html @@ -9,8 +9,8 @@ <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 py-3 w-40"> + <div class="row w-40"> + <h2 class="take-back-the-intern display-3 py-3"> {{ _('TAKE BACK THE INTERNET WITH TOR') }} </h2> </div>
tor-commits@lists.torproject.org