mirror of https://github.com/zulip/zulip.git
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:
parent
8dfd5d7134
commit
04dfa2071f
|
@ -5,7 +5,7 @@
|
||||||
{% block portico_content %}
|
{% block portico_content %}
|
||||||
|
|
||||||
<div class="app terms-page">
|
<div class="app terms-page">
|
||||||
<div class="app-main terms-page-container markdown">
|
<div class="app-main markdown">
|
||||||
{{ article|render_markdown_path }}
|
{{ article|render_markdown_path }}
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<hr />
|
<hr />
|
||||||
|
@ -24,4 +24,3 @@
|
||||||
|
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue