mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
style: 2 columns
This commit is contained in:
committed by
Scott Stevenson
parent
91d2efbb55
commit
19c474bb71
@@ -37,7 +37,6 @@ export const Card: React.FC<CardProps> = ({ title, description, Content }) => {
|
||||
p={8}
|
||||
minH="3xs"
|
||||
key={title}
|
||||
maxW="sm"
|
||||
w={['full', 'auto']}
|
||||
cursor="pointer"
|
||||
onClick={onOpen}
|
||||
|
||||
@@ -83,10 +83,7 @@ const SeedsPage: React.FC = () => {
|
||||
<Image width="full" src={SeedsFlowChart} alignSelf="end" mt={4} />
|
||||
</Grid>
|
||||
|
||||
<Grid
|
||||
templateColumns={['auto', 'auto', '1fr 1fr', '1fr 1fr 1fr']}
|
||||
gap={6}
|
||||
>
|
||||
<Grid templateColumns={['auto', 'auto', '1fr 1fr']} gap={6}>
|
||||
{cardsConfig.map(({ title, description, Content }) => (
|
||||
<Card title={title} description={description} Content={Content} />
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user