feat: add gallery index page for Sketchnotes

This commit is contained in:
Stefan Imhoff
2023-05-26 16:54:48 +02:00
parent b01d61035a
commit d5b366a285
10 changed files with 79 additions and 0 deletions

View File

@@ -53,11 +53,16 @@ module.exports = {
'haiku-xl': 'repeat(auto-fit, minmax(25rem, 1fr)',
'haiku-list': 'repeat(auto-fill, minmax(3rem, 1fr))',
toolbox: 'repeat(auto-fit, minmax(80px, 1fr))',
gallery: 'repeat(auto-fit, minmax(50px, 1fr))',
},
gridTemplateRows: ({ theme }) => ({
layout: `clamp(3rem, ${theme('spacing.column')}, 9rem)`,
haiku: `clamp(3rem, ${theme('spacing.column')}, 9rem) 1fr`,
gallery: '50px',
}),
gridAutoRows: {
gallery: '50px',
},
columns: {
13: '13',
14: '14',