From ec3ab2d85c94c4ef07ef7cadb394f36877871427 Mon Sep 17 00:00:00 2001 From: Jamil Date: Mon, 19 Aug 2024 20:41:13 -0700 Subject: [PATCH] fix(website): max w 1/2 for elevator graphic (#6354) --- website/src/components/ElevatorPitch/index.tsx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/website/src/components/ElevatorPitch/index.tsx b/website/src/components/ElevatorPitch/index.tsx index ae03d1e7a..542ca201e 100644 --- a/website/src/components/ElevatorPitch/index.tsx +++ b/website/src/components/ElevatorPitch/index.tsx @@ -107,12 +107,14 @@ export default function ElevatorPitch() { ))} - Elevator pitch graphic +
+ Elevator pitch graphic +
); }