add G shortcut to jump to gallery

This commit is contained in:
2021-06-20 19:54:52 -07:00
parent 4e7fd5cc9d
commit b02a548b17
2 changed files with 8 additions and 4 deletions

View File

@@ -92,7 +92,8 @@ const IndexPage = ({ data: { allFile: { edges } } }) => {
</Helmet>
{/* WIP: ipad portrait hits md breakpoint, looks bad */}
<main
className={classnames('font-serif hero', ar > 1 ? 'landscape:grid portrait:flex portrait:flex-col' : 'portrait:grid landscape:flex landscape:flex-row-reverse')}
className={classnames('font-serif hero', ar > 1
? 'landscape:grid portrait:flex portrait:flex-col' : 'portrait:grid landscape:flex landscape:flex-row-reverse')}
>
{isClient ?
<GatsbyImage