mirror of
https://github.com/torproject/lego.git
synced 2025-02-20 02:00:41 +00:00
fix yec 2023 banner text direction (tpo/web/lego#61)
This commit is contained in:
parent
a1c4ffec5f
commit
2eccdda68a
@ -14,7 +14,7 @@
|
||||
<div class="banner-main-graphics h-100">
|
||||
<img class="yec-illo img-svg" src="{{ '/static/images/yec-2023/main-illo.png'|asseturl }}">
|
||||
</div>
|
||||
<div id="banner-text-container" class="d-flex flex-column">
|
||||
<div id="banner-text-container" class="d-flex flex-column {{ bag('alternatives', this.alt, 'direction') }}">
|
||||
<div id="banner-text" class="d-flex flex-column">
|
||||
<h1>{{ _('Right now, Tor Browser is protecting your privacy and the privacy of millions of people like you!') }}</h1>
|
||||
<p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user