Landing: Center text

This commit is contained in:
2018-09-20 12:14:47 +02:00
parent 7e61d218b9
commit e7190f09dc

View File

@@ -91,10 +91,9 @@ link(href="{{ url_for('static_cloud', filename='assets/css/project-main.css') }}
.container-fluid.landing
.row
.col-md-8.mx-auto
h2.pt-5 {{ project.name }}
| {% if project.description %}
.node-details-description
h2.pt-5 {{ project.name }}
| {% if project.description %}
| {{ project | markdowned('description') }}
| {% endif %}