[tor-commits] [lego/master] Move class to row

hiro at torproject.org hiro at torproject.org
Wed Oct 30 15:58:10 UTC 2019


commit c1476450e4f545f9808fbe48660d71cb3a803b23
Author: hiro <hiro at torproject.org>
Date:   Wed Oct 30 16:58:05 2019 +0100

    Move class to row
---
 templates/banner.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/banner.html b/templates/banner.html
index 6d15fac..58bba01 100644
--- a/templates/banner.html
+++ b/templates/banner.html
@@ -9,8 +9,8 @@
         <div class="row">
           <h4 class="tracking-surveillan">{{ _('Tracking, surveillance, and censorship are widespread online.') }}</h4>
         </div>
-        <div class="row">
-          <h2 class="take-back-the-intern display-3 py-3 w-40">
+        <div class="row w-40">
+          <h2 class="take-back-the-intern display-3 py-3">
             {{ _('TAKE BACK THE INTERNET WITH TOR') }}
           </h2>
         </div>



More information about the tor-commits mailing list