fix(pitch-deck): USP cards overlap — increase container height to 520px
All checks were successful
Build pitch-deck / build-push-deploy (push) Successful in 1m8s
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 33s
CI / test-bqas (push) Successful in 27s
All checks were successful
Build pitch-deck / build-push-deploy (push) Successful in 1m8s
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 33s
CI / test-bqas (push) Successful in 27s
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -77,7 +77,7 @@ export default function USPSlide({ lang }: USPSlideProps) {
|
|||||||
</FadeInView>
|
</FadeInView>
|
||||||
|
|
||||||
<FadeInView delay={0.2}>
|
<FadeInView delay={0.2}>
|
||||||
<div className="relative max-w-6xl mx-auto" style={{ height: '440px' }}>
|
<div className="relative max-w-6xl mx-auto" style={{ height: '520px' }}>
|
||||||
|
|
||||||
{/* CENTER: Large circle */}
|
{/* CENTER: Large circle */}
|
||||||
<div className="absolute left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2" style={{ width: '380px', height: '380px' }}>
|
<div className="absolute left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2" style={{ width: '380px', height: '380px' }}>
|
||||||
|
|||||||
Reference in New Issue
Block a user