aboutsummaryrefslogtreecommitdiff
path: root/src/lib.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.ts')
-rw-r--r--src/lib.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.ts b/src/lib.ts
index 566e24a..ee2103e 100644
--- a/src/lib.ts
+++ b/src/lib.ts
@@ -117,7 +117,7 @@ export type UiOptions = {
export function getDefaultLytOpts(): LayoutOptions {
let screenSz = getBreakpoint();
return {
- tileSpacing: screenSz == 'sm' ? 6 : 10, //px
+ tileSpacing: screenSz == 'sm' ? 6 : 9, //px
headerSz: screenSz == 'sm' ? 18 : 22, // px
minTileSz: 50, // px
maxTileSz: 200, // px