[tor-commits] [lego/develop] Update banner elements order

hiro at torproject.org hiro at torproject.org
Tue Apr 7 16:13:26 UTC 2020


commit 116fa263a3d0906cb8c5f496da75e0a2a3210a6e
Author: hiro <hiro at torproject.org>
Date:   Wed Nov 27 16:02:19 2019 +0100

    Update banner elements order
---
 templates/banner.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/banner.html b/templates/banner.html
index ef41d86..b22d513 100644
--- a/templates/banner.html
+++ b/templates/banner.html
@@ -11,12 +11,12 @@
           <h4 class="tracking-surveillan">{{ _('Tracking, surveillance, and censorship are widespread online.') }}</h4>
         </div>
         <div class="row">
-          <div class="col-6 {{ locale.order }}">
+          <div class="col-6 order-first">
             <h2 class="take-back-the-intern display-3 py-3">
               {{ _('TAKE BACK THE INTERNET WITH TOR') }}
             </h2>
           </div>
-          <div class="col-6 order-1">
+          <div class="col-6 order-last">
           </div>
         </div>
         <div class="row">





More information about the tor-commits mailing list