Menu and guides listing changes

This commit is contained in:
Kamran Ahmed
2021-09-03 10:52:43 +02:00
parent aa8aea9433
commit 75c4f952dd
4 changed files with 51 additions and 37 deletions

View File

@@ -25,12 +25,13 @@ export default function Guides(props: GuidesProps) {
<Box mb='60px'>
<PageHeader
title={'Visual Guides'}
subtitle={'Succinct graphical explanations to development related topics.'}
subtitle={'Succinct graphical explanations to engineering topics.'}
/>
<Container maxW='container.md' position='relative'>
<SimpleGrid columns={[1, 1, 2]} mb='30px' spacing={['10px', '10px', '15px']}>
{recentGuides.map((recentGuide, counter) => (
<GuideGridItem
href={recentGuide.url}
key={recentGuide.id}
title={recentGuide.title}
subtitle={recentGuide.description}