I built a site using SvelteKit, and everything looked great when I tested it locally. However, after deploying it to Vercel, I noticed that everything shrunk—text is smaller, and it looks like there’s some padding on the sides that’s squeezing everything in.
I’m trying to figure out if this resizing issue is related to Vercel or if it’s something with SvelteKit. Does anyone have any insights or suggestions on how to troubleshoot this?
I’ve checked my Svelte components and global styles for any viewport or sizing issues, but so far nothing seems amiss. Has anyone encountered similar behavior with SvelteKit on Vercel?