commit 39e050aeaeb811bd24de210a157bb6b49ad4c6bd Author: hiro hiro@torproject.org Date: Wed Nov 27 13:45:50 2019 +0100
More ltr-rtl fixes --- templates/homepage.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/templates/homepage.html b/templates/homepage.html index 4daff16..52e41a2 100644 --- a/templates/homepage.html +++ b/templates/homepage.html @@ -5,9 +5,9 @@ {% include 'hero.html' %} </div> </div> - <div class="container-fluid"> - <div class="row flex-xl-nowrap"> - {% set locale = bag('alternatives', this.alt) %} + {% set locale = bag('alternatives', this.alt) %} + <div class="container-fluid {{ locale.order }} {{ locale.direction }}"> + <div class="row flex-xl-nowrap {{ locale.order }} {{ locale.direction }}"> <main role="main" class="mx-auto col-12 {{ locale.order }} {{ locale.direction }}"> {% include this.html %} {% if this.parent.path != "/download" %}