Fix: Kacheln einklappbar (CSS-Spezifität), Hero-Interval 6s — SW by-v446, APP_VER 425

This commit is contained in:
rene 2026-04-27 18:51:24 +02:00
parent 86d1642fba
commit 5aa97d06eb
3 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@
Router, State-Management, Navigation, Initialisierung.
============================================================ */
const APP_VER = '424'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const APP_VER = '425'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const App = (() => {

View file

@ -455,7 +455,7 @@ window.Page_welcome = (() => {
width: 14px; height: 14px;
transition: transform 0.25s ease;
}
.wc-grid--collapsed { display: none; }
.wc-grid.wc-grid--collapsed { display: none; }
/* Bottom CTA */
.wc-bottom-cta {
@ -587,7 +587,7 @@ window.Page_welcome = (() => {
sub.style.opacity = '1';
dots.forEach((d, i) => d.classList.toggle('wc-hero-dot--active', i === idx));
}, 400);
}, 4000);
}, 6000);
}
// ----------------------------------------------------------