Fixed card width during rocket takeoff
All checks were successful
ci/woodpecker/release/woodpecker Pipeline was successful

This commit is contained in:
GeorgeWebberley 2026-01-29 16:59:30 +01:00
parent 97555db83c
commit bae91380a0

View file

@ -40,7 +40,7 @@ export default function MissionControl({ iss, moon, cosmic, launch }: MissionCon
], [iss, moon, cosmic, launch]);
return (
<div className="relative flex flex-col items-center p-8 overflow-hidden">
<div className="w-full max-w-4xl relative flex p-8 overflow-hidden">
<div className="z-10 grid grid-cols-1 md:grid-cols-2 gap-x-6 gap-y-10 w-full max-w-5xl">
{events.map((event, index) => (
<motion.div