commit 017f52ee58b6dc174842870d8629c00f57cd72ca Author: hiro hiro@torproject.org Date: Wed Nov 27 16:07:29 2019 +0100
Update banner elements order --- templates/banner.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/banner.html b/templates/banner.html index eff7844..f801f3f 100644 --- a/templates/banner.html +++ b/templates/banner.html @@ -16,7 +16,7 @@ {{ _('TAKE BACK THE INTERNET WITH TOR') }} </h2> </div> - <div class="col-6 {{ locale.order }}"> + <div class="col-6 order-1"> </div> </div> <div class="row">
tor-commits@lists.torproject.org