From 8b82a44ad8c697cd2424e45c3ca9131b96f6dbff Mon Sep 17 00:00:00 2001 From: elpatron Date: Tue, 18 Mar 2025 00:37:39 +0100 Subject: [PATCH] =?UTF-8?q?Footer-Text=20aktualisiert:=20Made=20with=20?= =?UTF-8?q?=E2=9D=A4=EF=B8=8F=20and=20=F0=9F=8D=BA=20by=20medisoftware?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/index.html | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) 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 @@