[tor-commits] [lego/develop] Update banner elements order
hiro at torproject.org
hiro at torproject.org
Tue Apr 7 16:13:26 UTC 2020
commit 017f52ee58b6dc174842870d8629c00f57cd72ca
Author: hiro <hiro at 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">
More information about the tor-commits
mailing list