[tor-commits] [lego/master] Fix banner

hiro at torproject.org hiro at torproject.org
Wed Nov 27 14:24:31 UTC 2019


commit c722b346e16884df3bedc93cffba8887cfcb65e1
Author: hiro <hiro at torproject.org>
Date:   Wed Nov 27 15:24:24 2019 +0100

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

diff --git a/templates/banner.html b/templates/banner.html
index 63e2bbb..07c946b 100644
--- a/templates/banner.html
+++ b/templates/banner.html
@@ -12,11 +12,11 @@
         </div>
         <div class="row">
           <div class="col-6">
-            <h2 class="take-back-the-intern display-3 py-3">
+            <h2 class="take-back-the-intern display-3 py-3 {{ locale.order }}">
               {{ _('TAKE BACK THE INTERNET WITH TOR') }}
             </h2>
           </div>
-          <div class="col-6 {{ locale.order }}">
+          <div class="col-6">
           </div>
         </div>
         <div class="row">



More information about the tor-commits mailing list