Switched footer to div to prevent email from squishing it
This commit is contained in:
parent
aeb66ace4d
commit
7e60e4752a
@ -31,9 +31,9 @@
|
|||||||
The OACPL Team
|
The OACPL Team
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
<footer style="background-color: #ffffff; color: #0F4C85;">
|
<div style="background-color: #ffffff; color: #0F4C85; width:100%">
|
||||||
<div style="text-align: center">
|
<div style="text-align: center">
|
||||||
<p class="mb-0">© 2017 Ontario Association of Child Protection Lawyers.</p>
|
<p class="mb-0">© 2017 Ontario Association of Child Protection Lawyers.</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user