[tor-commits] [bridgedb] 47/66: Fix padding-top on #bridgedb-support-body

gitolite role git at cupani.torproject.org
Wed Jul 27 18:32:52 UTC 2022


This is an automated email from the git hooks/post-receive script.

meskio pushed a commit to branch main
in repository bridgedb.

commit e63b77f64dd026043f63a1f7af7196f3536834e4
Author: kez <kez at torproject.org>
AuthorDate: Thu Jun 16 18:09:03 2022 -0700

    Fix padding-top on #bridgedb-support-body
---
 frontend/templates/support.jinja2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frontend/templates/support.jinja2 b/frontend/templates/support.jinja2
index 1efb104..d659f36 100644
--- a/frontend/templates/support.jinja2
+++ b/frontend/templates/support.jinja2
@@ -2,7 +2,7 @@
 <h5 id="bridgedb-support-header" class="text-muted">Support</h5>
 
 <div class="container hero {{ locale.order }} {{ locale.direction }}">
-  <div id="bridgedb-support-body" class="pt-5">
+  <div id="bridgedb-support-body" class="pt-3">
     <details>
       <summary>
         <h3>{{ _('What are bridges?') }}</h3>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tor-commits mailing list