commit c40b1254c95f81786d29b58dcf0a3fc02aad8a6c Author: hiro hiro@torproject.org Date: Wed Nov 27 16:04:58 2019 +0100
Update banner elements order --- templates/banner.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/banner.html b/templates/banner.html index 41578dd..eff7844 100644 --- a/templates/banner.html +++ b/templates/banner.html @@ -11,7 +11,7 @@ <h4 class="tracking-surveillan">{{ _('Tracking, surveillance, and censorship are widespread online.') }}</h4> </div> <div class="row"> - <div class="col-6 order-1"> + <div class="col-6 order-0"> <h2 class="take-back-the-intern display-3 py-3"> {{ _('TAKE BACK THE INTERNET WITH TOR') }} </h2>
tor-commits@lists.torproject.org