[tor-commits] [tpo/master] Update about.html
hiro at torproject.org
hiro at torproject.org
Thu Feb 7 12:40:30 UTC 2019
commit 126d1e9fb405322e7ab5a6c32711ab1db16a770d
Author: Antonela <hola at antonela.me>
Date: Wed Feb 6 16:12:48 2019 +0200
Update about.html
---
templates/about.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/about.html b/templates/about.html
index 77b992b..75077e2 100644
--- a/templates/about.html
+++ b/templates/about.html
@@ -15,7 +15,7 @@
<div class="row flex-xl-nowrap">
<main role="main" class="mx-auto col-12 {{ bag('alternatives', this.alt, 'order') }}">
{% if this.path == "/about/history" %}
- <div class="container py-3 preamble">
+ <div class="container py-3 mt-5 preamble">
{{ this.parent.body }}
</div>
{% elif this.parent.path == "/about/jobs" %}
@@ -26,7 +26,7 @@
{{ this.description }}
</div>
{% else %}
- <div class="container py-3 mt-5 preamble">
+ <div class="container py-3 preamble">
{{ this.body }}
</div>
{% endif %}
More information about the tor-commits
mailing list