Remove whitespace after project description

This commit is contained in:
Daniel P 2021-08-22 20:34:35 +06:00 committed by Drew DeVault
parent 84710264d5
commit 590f5dc1f3
1 changed files with 1 additions and 3 deletions

View File

@ -7,9 +7,7 @@
</div>
{% if project.description %}
<div class="header-extension">
<div class="container">
{{ project.description }}
</div>
<div class="container">{{ project.description }}</div>
</div>
{% endif %}
{% block content %}