[tor-commits] [tpo/staging] Fix footer
emmapeel at torproject.org
emmapeel at torproject.org
Wed May 29 07:43:25 UTC 2019
commit 650dd7b1740585d45ae32a0abe9ce15f4b435b67
Author: hiro <hiro at torproject.org>
Date: Wed Apr 17 15:36:45 2019 +0200
Fix footer
---
templates/download-android.html | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/templates/download-android.html b/templates/download-android.html
index 6dfea22..0466ae4 100644
--- a/templates/download-android.html
+++ b/templates/download-android.html
@@ -11,9 +11,6 @@
<div class="row">
<h4 class="mx-auto display-4 text-center text-white">{{ _('Get Tor Browser for Android.') }}</h4>
</div>
- <div class="row">
- <h3 class="mx-auto defend text-white">{{ _('Protect yourself against tracking, surveillance, and censorship.') }}</h3>
- </div>
</div>
<div class="d-none d-lg-block col-lg-4">
<img class="img-fluid p-5" height="auto" src="{{ 'static/images/tor-browser-mobile-window/png/TBAa-onboarding at 2x.png'|asseturl }}">
@@ -21,6 +18,13 @@
</div>
<div class="row col-lg-10 mx-auto">
<div class="col-lg-12 py-5 mt-5">
+ <div class="row">
+ <h3 class="mx-auto defend text-white">{{ _('Protect yourself against tracking, surveillance, and censorship.') }}</h3>
+ </div>
+ </div>
+ </div>
+ <div class="row col-lg-10 mx-auto">
+ <div class="col-lg-12 py-5 mt-5">
<div class="row my-5">
<div class="col-md-6 col-sm-4 text-center p1">
<div class="row">
More information about the tor-commits
mailing list