mirror of https://github.com/zulip/zulip.git
Move .call-to-action-bottom out of .testimonials.
It should be its own first level element.
This commit is contained in:
parent
7f46056932
commit
64a629fc77
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue