fix blog page

This commit is contained in:
2026-06-08 16:20:39 +05:30
parent a16d51f2fa
commit 8862ad2cb3
18 changed files with 2985 additions and 670 deletions

View File

@@ -39,7 +39,10 @@ type CameraFraming = {
const FRAMING: Record<"desktop" | "tablet" | "mobile", CameraFraming> = {
desktop: { radiusStart: 17, radiusEnd: 13, heightStart: 9, heightEnd: 6.5, lookAtY: 2.4, fov: 50 },
tablet: { radiusStart: 19, radiusEnd: 15, heightStart: 9.5, heightEnd: 7, lookAtY: 2.6, fov: 54 },
mobile: { radiusStart: 22, radiusEnd: 18, heightStart: 11, heightEnd: 8, lookAtY: 3, fov: 62 },
// Mobile: pulled ~33% closer (radius 18→12) and lower, centred on the depot
// with a tighter fov so the route hub fills the small frame and the empty grid
// around it is cropped out — the depot → routes → vehicles story reads at 320px.
mobile: { radiusStart: 16, radiusEnd: 12, heightStart: 8.5, heightEnd: 6, lookAtY: 2.3, fov: 58 },
};
/** Slow cinematic camera move from a high chaotic view to a settled framing. */