From 9ff1768ff2a746a4c363824aa7a2aa774da1ed3c Mon Sep 17 00:00:00 2001
From: Myzel394 <50424412+Myzel394@users.noreply.github.com>
Date: Thu, 21 Nov 2024 21:18:44 +0100
Subject: [PATCH] fix: Improvements
---
templates/base.html.njk | 10 ++++++++--
templates/index.html.njk | 29 +++++++++++++++++++++--------
2 files changed, 29 insertions(+), 10 deletions(-)
diff --git a/templates/base.html.njk b/templates/base.html.njk
index 35eff80..fa72e1c 100644
--- a/templates/base.html.njk
+++ b/templates/base.html.njk
@@ -57,6 +57,12 @@
.socials img:hover {
filter: invert(1);
}
+
+ #hint {
+ margin: 1.4em auto 0 auto;
+ text-align: center;
+ opacity: 0.6;
+ }
{% block header %}{% endblock %}
@@ -72,11 +78,11 @@
-
+
- No logs are stored. I have no idea, that you were here.
+ No logs are stored. I have no idea that you were here.
{% block scripts %}
{% endblock %}