[tor-commits] [tpo/master] Fix layout

hiro at torproject.org hiro at torproject.org
Wed Apr 10 22:36:20 UTC 2019


commit b5b8cf59341f534d50e23923a2aa61a8b82399ff
Author: hiro <hiro at torproject.org>
Date:   Thu Apr 11 00:36:17 2019 +0200

    Fix layout
---
 templates/contact.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/templates/contact.html b/templates/contact.html
index e80e07c..6646743 100644
--- a/templates/contact.html
+++ b/templates/contact.html
@@ -54,14 +54,14 @@
   <div class="row">
     <div class="col-md-6">
       <div class="row">
-        <div class="oval-3 mt-3"><i class="text-primary fas fa-spider-png"></i></div>
+        <div class="oval-3 mt-3 p-2"><i class="text-primary fas fa-spider-png"></i></div>
       </div>
       <div class="row mt-3 mr-5">
         <a class="h4 text-primary" href="https://trac.torproject.org/projects/tor/wiki/doc/community/HowToReportBugFeedback" target="_blank">{{ _('Report a bug or give feedback.') }}</a>
         <p class="text-tpo">{{ _('Tor relies on the support of users and volunteers around the world to help us improve our software and resources, so your feedback is extremely valuable to us (and to all Tor users).') }}</p>
       </div>
       <div class="row">
-        <div class="oval-3 mt-3"><i class="text-primary fas fa-flag-png"></i></div>
+        <div class="oval-3 mt-3 p-2"><i class="text-primary fas fa-flag-png"></i></div>
       </div>
       <div class="row mt-3 mr-5">
         <a class="h4 text-primary" href="https://trac.torproject.org/projects/tor/wiki/doc/ReportingBadRelays" target="_blank">{{ _('Tell us about a bad relay.') }}</a>
@@ -70,7 +70,7 @@
     </div>
     <div class="col-md-6">
       <div class="row">
-        <div class="oval-3 mt-3"><i class="text-primary fas fa-lock-png"></i></div>
+        <div class="oval-3 mt-3 p-2"><i class="text-primary fas fa-lock-png"></i></div>
       </div>
       <div class="row mt-3 mr-5">
         <h4 class="text-primary">{{ _('Report a security issue.') }}</h4>



More information about the tor-commits mailing list