Merge pull request #11 from okbel/arzafran/ui-tweaks

General UI Improvements
This commit is contained in:
B
2020-10-26 17:34:47 -03:00
committed by GitHub
6 changed files with 8 additions and 8 deletions

View File

@@ -80,8 +80,8 @@ export default function Home({
key={node.path}
product={node}
// The first image is the largest one in the grid
imgWidth={i === 0 ? 1600 : 820}
imgHeight={i === 0 ? 1600 : 820}
imgWidth={i === 0 ? '65vw' : '30vw'}
imgHeight={i === 0 ? '45vw' : '22vw'}
priority
/>
))}