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

hiro at torproject.org hiro at torproject.org
Wed Nov 27 15:03:43 UTC 2019


commit 767506c7d523c27c22fff72d09b04b74bc4a4b42
Author: hiro <hiro at torproject.org>
Date:   Wed Nov 27 16:03:40 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 b22d513..41578dd 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 order-first">
+          <div class="col-6 order-1">
             <h2 class="take-back-the-intern display-3 py-3">
               {{ _('TAKE BACK THE INTERNET WITH TOR') }}
             </h2>
           </div>
-          <div class="col-6 order-last">
+          <div class="col-6 {{ locale.order }}">
           </div>
         </div>
         <div class="row">



More information about the tor-commits mailing list