|
|
|
|
@ -52,7 +52,7 @@ export function ArticleCardVertical({
|
|
|
|
|
return (
|
|
|
|
|
<Card withBorder shadow="sm" radius="md" p={0} w={'100%'} className={classes.card}>
|
|
|
|
|
<Group noWrap spacing={0}>
|
|
|
|
|
<Image src={image} height={140} width={140} />
|
|
|
|
|
<Image src={image} height={200} width={200} />
|
|
|
|
|
<Stack p='md'>
|
|
|
|
|
<Text transform="uppercase" color="dimmed" weight={700} size="xs">
|
|
|
|
|
{category}
|
|
|
|
|
@ -63,7 +63,7 @@ export function ArticleCardVertical({
|
|
|
|
|
<Flex align='center' onClick={() => handleAddressClick(id)} className={classes.address}>
|
|
|
|
|
<IconCurrentLocation style={{ width: rem(12), height: rem(12) }} />
|
|
|
|
|
{/* <IconArrowLeft style={{ width: rem(12), height: rem(12) }} /> */}
|
|
|
|
|
<Text size="xs">
|
|
|
|
|
<Text size="xs" pl={5} pb={2}>
|
|
|
|
|
{address}
|
|
|
|
|
</Text>
|
|
|
|
|
</Flex>
|
|
|
|
|
|