Files
App/components/Global/component.config.ts
Violet Caulfield de660f48b5 offset see more
2025-02-12 22:54:59 -06:00

12 lines
192 B
TypeScript

export const cardDimensions = {
artist: {
width: 150,
height: 150
},
album: {
width: 150,
height: 150
}
}
export const horizontalCardLimit = 20