remove margin from no planet cards

This commit is contained in:
Calli
2023-06-23 19:57:51 +03:00
parent ec84d886bd
commit 4be45c0951

View File

@@ -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",