[tor-commits] [tpo/master] update download-android
hiro at torproject.org
hiro at torproject.org
Thu Feb 7 15:43:33 UTC 2019
commit ffd66326944d640a989aab9b016d595222a08bbe
Author: Antonela <hola at antonela.me>
Date: Thu Feb 7 17:27:34 2019 +0200
update download-android
---
templates/download-android.html | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/templates/download-android.html b/templates/download-android.html
index 366ee19..30ebe45 100644
--- a/templates/download-android.html
+++ b/templates/download-android.html
@@ -1,6 +1,6 @@
<div class="container-fluid bg-darker justify-content-center">
- <div class="row col-10 mx-auto">
- <div class="col-8 py-5 mt-5">
+ <div class="row col-lg-10 mx-auto">
+ <div class="col-lg-8 py-5 mt-5">
<div class="row">
<div class="oval-2 bg-dark mx-auto" id="android">
<a href="{{ '/download/#android'|url }}">
@@ -15,15 +15,15 @@
<h1 class="mx-auto defend text-white">Protect yourself against tracking, surveillance, and censorship. </h1>
</div>
<div class="row my-5">
- <a class="btn btn-lg btn-light text-primary py-3 px-4 mx-auto" href="">Download .apk</a>
- <a class="btn btn-lg btn-light text-primary py-3 px-4 mx-auto" href="">Go to Google Play</a>
- <a class="btn btn-lg btn-light text-primary py-3 px-4 mx-auto disabled" href="">Go to F-droid <small class="badge-pill badge-dark mx-1 nick">S00N</small></a>
+ <a class="btn btn-lg btn-light text-primary py-3 px-4 my-1 mx-auto" href="">Download .apk</a>
+ <a class="btn btn-lg btn-light text-primary py-3 px-4 my-1 mx-auto" href="">Go to Google Play</a>
+ <a class="btn btn-lg btn-light text-primary py-3 px-4 my-1 mx-auto disabled" href="">Go to F-droid <small class="badge-pill badge-dark mx-1 nick">S00N</small></a>
</div>
<div class="row">
<p class="text-light mx-auto nick"><i class="fab fa-apple display-5 text-light pr-3"></i>Are you a iOS user? We encourage you to try <a class="mx-auto" href=""><u>Onion Browser.</u></a></p>
</div>
</div>
- <div class="col-4">
+ <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 }}">
</div>
</div>
More information about the tor-commits
mailing list