Skip to content

Conversation

@nafasebra
Copy link
Contributor

Problem

A container element on the homepage was breaking the responsive layout on mobile views (width < 768px). Its width property was causing it to extend beyond the viewport, creating a horizontal scrollbar and degrading the user experience.

Solution

  • I have used max-w-[500px] instead of w-[500px] max-w-full

Impact

This fix restores the intended responsive design on all mobile devices, ensuring a seamless and scrollbar-free experience for users.

Before:

Screenshot_20250822_225435

After:

Screenshot_20250822_225855

@netlify
Copy link

netlify bot commented Aug 22, 2025

Deploy Preview for tanstack ready!

Name Link
🔨 Latest commit 7ce8661
🔍 Latest deploy log https://app.netlify.com/projects/tanstack/deploys/68a8c5af66f6020008ac9d34
😎 Deploy Preview https://deploy-preview-474--tanstack.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@tannerlinsley tannerlinsley merged commit 575114d into TanStack:main Aug 23, 2025
4 of 5 checks passed
KyleAMathews pushed a commit to KyleAMathews/tanstack.com that referenced this pull request Nov 12, 2025
Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>
LeCarbonator pushed a commit to LeCarbonator/tanstack.com that referenced this pull request Jan 11, 2026
Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants