Index Collection: Limit columns to 3

This commit is contained in:
2018-09-16 03:43:21 +02:00
parent 88f936772d
commit ae907719d0

View File

@@ -64,6 +64,8 @@ meta(name="twitter:image", content="{{ page_header_image }}")
| {% block body %}
.container.pb-5
.row
.col-12
.pt-4
h2.text-uppercase.font-weight-bold
| {{ page_title }}
@@ -72,7 +74,7 @@ meta(name="twitter:image", content="{{ page_header_image }}")
hr.pb-2
+card-deck
+card-deck(3)
| {% for project in projects %}
| {% if (project.status == 'published') or (project.status == 'pending' and current_user.is_authenticated) and project._id != config.MAIN_PROJECT_ID %}