Move locked CTA section to bottom of page (before footer), hidden on login

This commit is contained in:
Kato
2026-09-06 14:51:13 +00:00
parent 1aea56927d
commit 52eb0fc277
2 changed files with 19 additions and 17 deletions
+2 -2
View File
@@ -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;
}