[tor-commits] [tpo/staging] Increase Green Onion members size

hiro at torproject.org hiro at torproject.org
Sun Sep 27 17:12:34 UTC 2020


commit b17e55f93e65031ae0bdc10387aee06eae43a426
Author: antonela <antonela at torproject.org>
Date:   Mon Aug 31 10:28:46 2020 -0300

    Increase Green Onion members size
---
 templates/membership.html | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/templates/membership.html b/templates/membership.html
index 1b172764..5f879b9f 100644
--- a/templates/membership.html
+++ b/templates/membership.html
@@ -102,11 +102,15 @@
 </div>
 <div class="container" id="green">
   <div class="row py-5">
-    <h3 class="col-12 text-primary display-4">{{ _('Green Onion Members') }}</h3>
+    <h3 class="col-12 text-primary display-4 pb-4">{{ _('Green Onion Members') }}</h3>
     <div class="col-md-6">
-      <ul class="jobs-ul">
-          <li><a href="https://duckduckgo.com" title="DuckDuckGo" target="_blank">DuckDuckGo</a></li>
-          <li><a href="https://insurgo.ca" title="Insurgo, Inc" target="_blank">Insurgo, Inc</a></li>
+      <ul class="list-group list-group-flush">
+          <li class="list-group-item px-0">
+            <p><a href="https://duckduckgo.com" title="DuckDuckGo" target="_blank">DuckDuckGo</a></p>
+          </li>
+          <li class="list-group-item px-0">
+            <p><a href="https://insurgo.ca" title="Insurgo, Inc" target="_blank">Insurgo, Inc</a></p>
+          </li>
       </ul>
     </div>
     <div class="col-md-6">





More information about the tor-commits mailing list