chore: adjust mobile carousel gap from 100 to 110 pixels

This commit is contained in:
2025-09-19 01:02:53 +02:00
parent 43d995bbc2
commit 1d66fd60a4

View File

@@ -11,7 +11,7 @@ const desktopConfig = {
}; };
const mobileConfig = { const mobileConfig = {
GAP: 100, // Smaller gap for mobile GAP: 110, // Smaller gap for mobile
ROT_Y: 0, // Flatter view on mobile ROT_Y: 0, // Flatter view on mobile
DEPTH: 150, // Less depth DEPTH: 150, // Less depth
SCALE_DROP: 0.1, // Less aggressive scaling SCALE_DROP: 0.1, // Less aggressive scaling