Fixed card width during rocket takeoff
All checks were successful
ci/woodpecker/release/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/release/woodpecker Pipeline was successful
This commit is contained in:
parent
97555db83c
commit
bae91380a0
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue