commit 650dd7b1740585d45ae32a0abe9ce15f4b435b67 Author: hiro hiro@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@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">
tor-commits@lists.torproject.org