From 4be45c0951ca0eef221e6184134dbf607a98c14a Mon Sep 17 00:00:00 2001 From: Calli Date: Fri, 23 Jun 2023 19:57:51 +0300 Subject: [PATCH] remove margin from no planet cards --- src/app/components/PlanetaryInteraction/NoPlanetCard.tsx | 1 + 1 file changed, 1 insertion(+) 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",