Add spacer.png below Unsere Themen — hidden on login via data-loggedIn CSS

This commit is contained in:
Kato
2026-09-05 21:12:34 +00:00
parent 0ab6d2579d
commit fb31d691d6
2 changed files with 15 additions and 0 deletions
+14
View File
@@ -895,6 +895,20 @@ body[data-lang="en"] .hide-de { display: none !important; }
line-height: 1.4; line-height: 1.4;
} }
/* Locked image nach Unsere Themen — nur sichtbar wenn nicht eingeloggt */
.about-locked-img {
display: block;
width: 100%;
max-width: 800px;
height: auto;
margin: 32px auto 0;
border-radius: 16px;
box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
[data-loggedIn="true"] .about-locked-img {
display: none;
}
/* ======================================== /* ========================================
SEARCH SEARCH
======================================== */ ======================================== */
+1
View File
@@ -349,6 +349,7 @@
</p> </p>
</div> </div>
</div> </div>
<img class="about-locked-img" src="/spacer.png" alt="" aria-hidden="true">
</div> </div>
</section> </section>