Remove unnecessary terms-page-container class.

This removes the terms-page-container class from the markdown div and
thereby removes the necessary 40px padding at the top of the div.
This commit is contained in:
Brock Whittaker 2017-01-27 11:32:15 -08:00 committed by Tim Abbott
parent 8dfd5d7134
commit 04dfa2071f
1 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,7 @@
{% block portico_content %}
<div class="app terms-page">
<div class="app-main terms-page-container markdown">
<div class="app-main markdown">
{{ article|render_markdown_path }}
<div id="footer">
<hr />
@ -24,4 +24,3 @@
{% endblock %}