kodadot/nft-gallery

View on GitHub
components/collection/utils/constants.ts

Summary

Maintainability
A
0 mins
Test Coverage
export const GRID_DEFAULT_WIDTH = {
  small: 16 * 15,
  medium: 16 * 20,
  large: 16 * 25,
}