chore: adjust mobile carousel gap from 100 to 110 pixels
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user