[tor-commits] [tpo/master] ui review
hiro at torproject.org
hiro at torproject.org
Thu Feb 7 14:15:15 UTC 2019
commit faed87ddef5ab03750aedd41ddd98fa7ca0823a2
Author: Antonela <hola at antonela.me>
Date: Thu Feb 7 15:08:39 2019 +0200
ui review
---
templates/about.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/about.html b/templates/about.html
index 75077e2..72b9b72 100644
--- a/templates/about.html
+++ b/templates/about.html
@@ -19,14 +19,14 @@
{{ this.parent.body }}
</div>
{% elif this.parent.path == "/about/jobs" %}
- <div class="container py-3 preamble">
+ <div class="container py-3 mt-5 preamble">
{{ this.summary }}
</div>
<div class="container py-3">
{{ this.description }}
</div>
{% else %}
- <div class="container py-3 preamble">
+ <div class="container py-3 mt-5 preamble">
{{ this.body }}
</div>
{% endif %}
More information about the tor-commits
mailing list