pitch-deck: fix timeline overlap with tip/progress badges in MilestonesSlide
All checks were successful
Build pitch-deck / build-push-deploy (push) Successful in 1m9s
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-consent (push) Successful in 31s
CI / test-python-voice (push) Successful in 31s
CI / test-bqas (push) Successful in 29s

Increase timeline marginTop from 14→68 so it clears the absolute-positioned
Tip and Fortschritt elements at top:36.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Sharang Parnerkar
2026-04-21 11:20:41 +02:00
parent b3baf603ee
commit e0a3ff5ca9

View File

@@ -700,7 +700,7 @@ function MilestonesInner({ t, de, sel, setSel }: {
</div> </div>
{/* Timeline */} {/* Timeline */}
<div style={{ position: 'relative', marginTop: 14 }}> <div style={{ position: 'relative', marginTop: 68 }}>
<Timeline onSelect={setSel} selectedId={sel?.id ?? null} t={t} de={de} /> <Timeline onSelect={setSel} selectedId={sel?.id ?? null} t={t} de={de} />
</div> </div>