From bae91380a014d92c63aaf4d7753001a846d0c818 Mon Sep 17 00:00:00 2001 From: GeorgeWebberley Date: Thu, 29 Jan 2026 16:59:30 +0100 Subject: [PATCH] Fixed card width during rocket takeoff --- components/MissionControl.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/MissionControl.tsx b/components/MissionControl.tsx index c4692e1..721fa2c 100644 --- a/components/MissionControl.tsx +++ b/components/MissionControl.tsx @@ -40,7 +40,7 @@ export default function MissionControl({ iss, moon, cosmic, launch }: MissionCon ], [iss, moon, cosmic, launch]); return ( -
+
{events.map((event, index) => (