This is an automated email from the git hooks/post-receive script.
meskio pushed a commit to branch main in repository bridgedb.
commit af997dcf576b1679e58895951d8160da87694e00 Author: kez kez@torproject.org AuthorDate: Tue Jul 5 14:02:29 2022 -0700
Fix preamble typography --- frontend/content/contents.lr | 2 +- frontend/templates/homepage.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/frontend/content/contents.lr b/frontend/content/contents.lr index 89e953a..9050dfb 100644 --- a/frontend/content/contents.lr +++ b/frontend/content/contents.lr @@ -12,6 +12,6 @@ html: home.html --- intro:
-### BridgeDb can provide bridges with several types of Pluggable Transports, which can help obfuscate your connections to the Tor Network, making it more difficult for anyone watching your internet traffic to determine that you are using Tor. +BridgeDb can provide bridges with several types of Pluggable Transports, which can help obfuscate your connections to the Tor Network, making it more difficult for anyone watching your internet traffic to determine that you are using Tor. --- body: diff --git a/frontend/templates/homepage.html b/frontend/templates/homepage.html index c1f425f..2873781 100644 --- a/frontend/templates/homepage.html +++ b/frontend/templates/homepage.html @@ -32,7 +32,7 @@ <div class="container {{ locale.order }} {{ locale.direction }}"> <div class="row flex-xl-nowrap {{ locale.order }} {{ locale.direction }}"> <main role="main" class="container mx-auto col-12 {{ locale.order }} {{ locale.direction }}"> - <div id="bridgedb-homepage-intro" class="py-5"> + <div id="bridgedb-homepage-intro" class="container py-3 mt-5 preamble"> {% if this.intro %}{{ this.intro }}{% endif %} </div> {% if this.html %}{% include this.html %}{% endif %}