diff --git a/templates/index.html b/templates/index.html index a6edf76..ca02e5e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -166,6 +166,23 @@ .customer-info { margin-bottom: 1rem; } + .footer-content { + padding: 1rem; + background-color: #f8f9fa; + border-top: 1px solid #dee2e6; + width: 100%; + position: fixed; + bottom: 0; + left: 0; + z-index: 100; + } + .footer-link { + color: #0d6efd; + text-decoration: none; + } + .footer-link:hover { + text-decoration: underline; + }
@@ -229,7 +246,9 @@