fix blog page

This commit is contained in:
2026-06-08 16:20:39 +05:30
parent a16d51f2fa
commit 8862ad2cb3
18 changed files with 2985 additions and 670 deletions

View File

@@ -418,8 +418,13 @@ const styles = `
}
@media (max-width: 767px) {
.dm-st { height: 420vh; }
/* Full-width, bottom-anchored story card. Bound its height to the viewport and
let it scroll internally so a tall stage card (Command Center / Winner) can
never be clipped off the top of a short phone screen — the active workflow
state always stays fully visible. */
.dm-st-card-story { left: 0 !important; right: 0 !important; margin: 0 auto; width: calc(100% - 28px);
bottom: clamp(18px, 4vh, 40px); padding: 15px 16px; }
bottom: clamp(18px, 4vh, 40px); padding: 15px 16px;
max-height: 52vh; overflow-y: auto; -webkit-overflow-scrolling: touch; overscroll-behavior: contain; }
}
@media (prefers-reduced-motion: reduce) {
.dm-st-arrow { animation: none !important; }