Move .call-to-action-bottom out of .testimonials.

It should be its own first level element.
This commit is contained in:
Brock Whittaker 2017-08-30 14:15:06 -07:00
parent 7f46056932
commit 64a629fc77
1 changed files with 16 additions and 16 deletions

View File

@ -598,6 +598,7 @@
</div>
</div>
</div>
</div>
<div class="padded-content call-to-action-bottom">
<h1>Experience Zulip today!</h1>
{% if register_link_disabled %}
@ -615,5 +616,4 @@
<div class="zulip-octopus"></div>
</div>
</div>
</div>
{% endblock %}