Files
thetempusproject/app/views/footer/container.html
Joey Kimsey 32a9711ade wip from ATB
2025-01-21 19:19:06 -05:00

13 lines
390 B
HTML

<div class="container border-top border-white mt-auto">
<footer class="pt-4">
<div class="row">
{FOOTER_LEFT}
{FOOTER_CENTER}
{FOOTER_RIGHT}
</div>
<div class="d-flex flex-column flex-sm-row justify-content-between py-3 mt-2 border-top border-white">
{COPY}
{SOCIAL}
</div>
</footer>
</div>