From 6adc1e2696ec997c2e6b74043e06cfd87c6486c1 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Mon, 4 Jul 2022 20:46:36 +1000 Subject: Add help-info content --- src/lib.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib.ts') 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 -- cgit v1.2.3