From 814e7a89cec87ddbfb5637beb1cacc629f8b293d Mon Sep 17 00:00:00 2001 From: makearmy Date: Sun, 24 Aug 2025 18:13:24 -0400 Subject: [PATCH] Fix: mobile clamp + packing; restore prod aesthetics (hint/icon layering, vivid tile colors, order override) --- configs/index.json | 16 ++++--- index.html | 108 +++++++++++++++++++++++++-------------------- styles.css | 41 ++++++++++------- 3 files changed, 96 insertions(+), 69 deletions(-) diff --git a/configs/index.json b/configs/index.json index 92e74f4..b8c30dd 100644 --- a/configs/index.json +++ b/configs/index.json @@ -1,8 +1,13 @@ { "brand": "LASER EVERYTHING", - "grid": { "gap": 12, "fit": "stretch" }, - "reveal": { "durationMs": 2600, "revertDelayMs": 700 }, - + "grid": { + "gap": 12, + "fit": "stretch" + }, + "reveal": { + "durationMs": 2600, + "revertDelayMs": 700 + }, "hint": { "enabled": true, "rows": 24, @@ -11,12 +16,13 @@ "opacity": 0.02, "angleDeg": -12, "rowGapPx": 8, - "spacing": "\u00A0", + "spacing": "\u00a0", "planeScale": 3, "offsetAmpPct": 35, "featherPct": 0 }, - + "layout": { "respectConfigOrder": false + }, "tiles": [ { "title": "Training", diff --git a/index.html b/index.html index bc04798..18cdb73 100644 --- a/index.html +++ b/index.html @@ -17,10 +17,8 @@