Switched footer to div to prevent email from squishing it

This commit is contained in:
Zakary Timson 2017-09-29 20:39:36 -04:00
parent aeb66ace4d
commit 7e60e4752a

View File

@ -31,9 +31,9 @@
The OACPL Team
{% endif %}
</div>
<footer style="background-color: #ffffff; color: #0F4C85;">
<div style="background-color: #ffffff; color: #0F4C85; width:100%">
<div style="text-align: center">
<p class="mb-0">© 2017 Ontario Association of Child Protection Lawyers.</p>
</div>
</footer>
</div>
</div>