Adjust card style

This commit is contained in:
jeffvli
2022-12-11 02:13:37 -08:00
parent 19806f8064
commit 9b210e047d
@@ -81,6 +81,7 @@ const ImageSection = styled.div<{ size?: number }>`
const Image = styled(SimpleImg)`
border-radius: var(--card-default-radius);
box-shadow: 2px 2px 10px 10px rgba(0, 0, 0, 20%);
`;
const ControlsContainer = styled.div`