From cf2d80fc39f748366ad5f44c4c311c4f294bdf2b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Norman=20K=C3=B6hring?=
Date: Fri, 31 Jan 2025 16:19:04 +0100
Subject: [PATCH] added footer
---
index.html | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/index.html b/index.html
index 1eb6ce8..101577f 100644
--- a/index.html
+++ b/index.html
@@ -54,6 +54,12 @@
#info > p {
margin: 1em;
}
+ footer {
+ position: fixed;
+ bottom: .5em;
+ right: 1em;
+ text-align: right;
+ }
label {
position: fixed;
top: 0;
@@ -141,6 +147,12 @@
+