···1// place files you want to import through the `$lib` alias in this folder.
2-export const margin = 20;
3export const mobileMargin = 12;
45export const COLUMNS = 8;
···1// place files you want to import through the `$lib` alias in this folder.
2+export const margin = 16;
3export const mobileMargin = 12;
45export const COLUMNS = 8;