From fca2b0f44fdff9e5a5c1411c4b435304ac060418 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Sat, 15 Sep 2018 22:14:58 +0200 Subject: [PATCH] Project Landing: Center titles Part of T56813 --- src/templates/projects/landing.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/projects/landing.pug b/src/templates/projects/landing.pug index 70a1a2b..3217d6d 100644 --- a/src/templates/projects/landing.pug +++ b/src/templates/projects/landing.pug @@ -98,7 +98,7 @@ link(href="{{ url_for('static_cloud', filename='assets/css/project-main.css') }} .row .col-md-10.mx-auto section.py-5 - h2.pb-3 Gallery + h2.pb-3.text-center Gallery .gallery | {% for n in activity_stream %} @@ -130,7 +130,7 @@ link(href="{{ url_for('static_cloud', filename='assets/css/project-main.css') }} .row .col-md-10.mx-auto - h2 Latest Updates + h2.pb-3.text-center Latest Updates | {% if activity_stream %} +card-deck(class="px-2")