diff --git a/packages/docs/src/pages/releases.tsx b/packages/docs/src/pages/releases.tsx index bd7cd8f7..5d8460fc 100644 --- a/packages/docs/src/pages/releases.tsx +++ b/packages/docs/src/pages/releases.tsx @@ -56,13 +56,16 @@ const StyledReleaseLinks = styled('section')( align-items: center; padding: 24px 0 32px; flex-grow: 1; + gap: 40px; ${theme.breakpoints.between('md', 'lg')} { padding: 24px 0 32px; + gap: 32px; } ${theme.breakpoints.down('md')} { padding: 24px 0 32px; + gap: 24px; } `, ); @@ -92,31 +95,31 @@ const Releases = ({ docsGroups, searchablePages }: DocsMenuProps) => { return ( - - - - Static CMS Versions - - - A complete release history for Static CMS is available on GitHub. -
-
- Changelogs for recent major releases can also be found below. -
-
-
- - - - Note - - - The current docs are for Static CMS v2. For Static CMS v1, see  - https://v1.staticcms.org. - - - + + + + Static CMS Versions + + + A complete release history for Static CMS is available on GitHub. +
+
+ Changelogs for recent major releases can also be found below. +
+
+
+ + + + Note + + + The current docs are for Static CMS v2. For Static CMS v1, see  + https://v1.staticcms.org. + + + {releaseData.map(release => (