[tor-commits] [tpo/master] Fix mobile menu btn

hiro at torproject.org hiro at torproject.org
Tue Mar 26 20:13:53 UTC 2019


commit c06bc11b9086ec7ad53912ada84b37a2597238ad
Author: Antonela <hola at antonela.me>
Date:   Tue Mar 26 16:35:47 2019 -0300

    Fix mobile menu btn
---
 templates/hero-home.html | 2 +-
 templates/navbar.html    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/hero-home.html b/templates/hero-home.html
index 9d5d7de..e1d1c17 100644
--- a/templates/hero-home.html
+++ b/templates/hero-home.html
@@ -5,7 +5,7 @@
   <h1 class="mx-auto display-2 text-center text-white">{{ _('Explore Freely.') }}</h1>
 </div>
 <div class="row">
-  <h3 class="mx-auto pt-3 text-center text-white">{{ _('Defend yourself against tracking and surveillance. Circumvent censorship.') }}</h3>
+  <h3 class="mx-auto p-3 text-center text-white">{{ _('Defend yourself against tracking and surveillance. Circumvent censorship.') }}</h3>
 </div>
 <div class="row col-12 p-5 mx-auto justify-content-center">
   {% set download = site.get('/download') %}
diff --git a/templates/navbar.html b/templates/navbar.html
index 95bb0e5..f70cdd0 100644
--- a/templates/navbar.html
+++ b/templates/navbar.html
@@ -10,7 +10,7 @@
       <span class="sr-only">Tor Logo</span>
     </a>
     <label for="nav-toggle">
-      <a class="btn btn-lg btn-primary navbar-toggler text-white p-3 col-1" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
+      <a class="btn btn-lg btn-primary navbar-toggler text-white p-3" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
         {{ _("Menu") }} <span class="navbar-toggler-icon ml-1"></span>
       </a>
     </label>





More information about the tor-commits mailing list