Fix ExperimentCard aspect ratio
This commit is contained in:
@@ -39,6 +39,7 @@ export const ExperimentCard = ({ exp }: { exp: ExperimentData }) => {
|
|||||||
borderRadius={4}
|
borderRadius={4}
|
||||||
_hover={{ bg: "gray.100" }}
|
_hover={{ bg: "gray.100" }}
|
||||||
transition="background 0.2s"
|
transition="background 0.2s"
|
||||||
|
aspectRatio={1.2}
|
||||||
>
|
>
|
||||||
<VStack
|
<VStack
|
||||||
as={Link}
|
as={Link}
|
||||||
|
|||||||
Reference in New Issue
Block a user