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

hiro at torproject.org hiro at torproject.org
Wed Nov 27 15:00:06 UTC 2019


commit 18048afbe02587aee65288e740e534f3553dfa09
Author: hiro <hiro at torproject.org>
Date:   Wed Nov 27 16:00:02 2019 +0100

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

diff --git a/templates/banner.html b/templates/banner.html
index 07c946b..ef41d86 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">
-            <h2 class="take-back-the-intern display-3 py-3 {{ locale.order }}">
+          <div class="col-6 {{ locale.order }}">
+            <h2 class="take-back-the-intern display-3 py-3">
               {{ _('TAKE BACK THE INTERNET WITH TOR') }}
             </h2>
           </div>
-          <div class="col-6">
+          <div class="col-6 order-1">
           </div>
         </div>
         <div class="row">



More information about the tor-commits mailing list