From 52eb0fc27711c76968e960b3622cd4e384636f4d Mon Sep 17 00:00:00 2001
From: Kato
Date: Sun, 6 Sep 2026 14:51:13 +0000
Subject: [PATCH] Move locked CTA section to bottom of page (before footer),
hidden on login
---
css/styles.css | 4 ++--
index.html | 32 +++++++++++++++++---------------
2 files changed, 19 insertions(+), 17 deletions(-)
diff --git a/css/styles.css b/css/styles.css
index 3e40dd0..e55a1b9 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -895,14 +895,14 @@ body[data-lang="en"] .hide-de { display: none !important; }
line-height: 1.4;
}
-/* Locked image nach Unsere Themen — nur sichtbar wenn nicht eingeloggt */
+/* Locked image — nur sichtbar wenn nicht eingeloggt */
.about-locked-wrap {
position: relative;
display: block;
width: 100%;
max-width: 800px;
height: auto;
- margin: 32px auto 0;
+ margin: 32px auto;
border-radius: 16px;
overflow: hidden;
}
diff --git a/index.html b/index.html
index 7b7b576..d48d15d 100644
--- a/index.html
+++ b/index.html
@@ -349,21 +349,6 @@
-
-

-
-
-
@@ -481,6 +466,23 @@
+
+
+

+
+
+
+