diff --git a/src/app/components/PlanetaryInteraction/NoPlanetCard.tsx b/src/app/components/PlanetaryInteraction/NoPlanetCard.tsx index de0ac3d..6e41ce4 100644 --- a/src/app/components/PlanetaryInteraction/NoPlanetCard.tsx +++ b/src/app/components/PlanetaryInteraction/NoPlanetCard.tsx @@ -3,6 +3,7 @@ import Image from "next/image"; const StackItem = styled(Stack)(({ theme }) => ({ ...theme.typography.body2, + margin: "0 !important", padding: 0, textAlign: "left", justifyContent: "center",