diff --git a/src/app/components/PlanetaryInteraction/NoPlanetCard.tsx b/src/app/components/PlanetaryInteraction/NoPlanetCard.tsx index e0950aa..86e0146 100644 --- a/src/app/components/PlanetaryInteraction/NoPlanetCard.tsx +++ b/src/app/components/PlanetaryInteraction/NoPlanetCard.tsx @@ -5,8 +5,9 @@ const StackItem = styled(Stack)(({ theme }) => ({ margin: "0 !important", padding: 0, textAlign: "left", - justifyContent: "center", + justifyContent: "flex-start", alignItems: "center", + minHeight: "170px", })); export const NoPlanetCard = ({}: {}) => {