commit ee606336dce0a4f1e426f37079f0cf08b8fa711a Author: hiro hiro@torproject.org Date: Wed Sep 18 12:29:54 2019 +0200
Fix template hero spacing --- templates/hero.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
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>