Add address to footer

This commit is contained in:
rebuilt 2023-02-22 11:32:06 -08:00
parent bbcde251a2
commit 80f4373211

View file

@ -20,7 +20,10 @@
<!-- Footer--> <!-- Footer-->
<footer class="py-5 bg-dark-blue"> <footer class="py-5 bg-dark-blue">
<div class="container px-5"><p class="m-0 text-center text-white">Copyright &copy; ECP 2023</p></div> <div class="row">
<div class="container px-5 col"><p class="m-0 text-center text-white">4589 Via Marisol Unit 154</p></div>
<div class="container px-5 col"><p class="m-0 text-center text-white">Copyright &copy; ECP 2023</p></div>
<div>
</footer> </footer>
</body> </body>
</html> </html>