commit 18bed7f50ecab41945e3ba67e04bd15f1774071a Author: hiro hiro@torproject.org Date: Wed Nov 27 14:48:11 2019 +0100
Update banner for rtl languages --- assets/scss/_eoy.scss | 2 +- templates/banner.html | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/assets/scss/_eoy.scss b/assets/scss/_eoy.scss index 14b5487..2f1584e 100644 --- a/assets/scss/_eoy.scss +++ b/assets/scss/_eoy.scss @@ -85,7 +85,7 @@ padding: 1.25rem 1.25rem 2rem; width: 100%; background-image: url('../images/home/png/take-back@3x.png'); - background-position: bottom 10% right 45%; + background-position: bottom 10% right 35%; background-repeat: no-repeat; background-size: contain; } diff --git a/templates/banner.html b/templates/banner.html index 8ba6e5e..23ca029 100644 --- a/templates/banner.html +++ b/templates/banner.html @@ -11,9 +11,12 @@ <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"> - {{ _('TAKE BACK THE INTERNET WITH TOR') }} - </h2> + <div class="col-6"> + <h2 class="take-back-the-intern display-3 py-3"> + {{ _('TAKE BACK THE INTERNET WITH TOR') }} + </h2> + <div class="col-6"> + </div> </div> <div class="row"> {% set link = bag('links', this.alt, 'donate') %}
tor-commits@lists.torproject.org