[tor-commits] [community/develop] Fix template hero spacing

emmapeel at torproject.org emmapeel at torproject.org
Sat Oct 5 07:39:31 UTC 2019


commit 315f634e7bf8c0ca58ad99d7ba48f5207447b701
Author: hiro <hiro at torproject.org>
Date:   Wed Sep 18 12:29:54 2019 +0200

    Fix template hero spacing
---
 lego                | 2 +-
 templates/hero.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lego b/lego
index 8cb5f20..09c5813 160000
--- a/lego
+++ b/lego
@@ -1 +1 @@
-Subproject commit 8cb5f20089a163b0a5134d841248778cb518bdf2
+Subproject commit 09c5813e895e67104dbdcf15bfec66367bd11790
diff --git a/templates/hero.html b/templates/hero.html
index 4b096aa..3a8f7c0 100644
--- a/templates/hero.html
+++ b/templates/hero.html
@@ -2,7 +2,7 @@
   <div class="row">
       <div class="col-12 content-center">
         <div class="row">
-          <h6 class="mx-auto text-white">{% block section %}{{ this.section }}{% endblock %}</h6>
+          <h6 class="mx-auto text-white pt-3">{% block section %}{{ this.section }}{% endblock %}</h6>
         </div>
         <div class="row">
           <h2 class="mx-auto display-3 text-white">{% block title %}{{ this.title }}{% endblock %}</h2>





More information about the tor-commits mailing list