react-spring icon indicating copy to clipboard operation
react-spring copied to clipboard

[bug]<home>: container size not applied to two sections

Open ahmed0saber opened this issue 2 months ago • 0 comments

Which react-spring target are you using?

  • [ ] @react-spring/web
  • [ ] @react-spring/three
  • [ ] @react-spring/native
  • [ ] @react-spring/konva
  • [ ] @react-spring/zdog

What version of react-spring are you using?

The issue is related to the website not react-spring itself

What's Wrong?

Two sections: "Join our community" and "Check out the ecosystem" on the home page are not respecting the container size and appear stretched to full width on mobile and desktop instead of being aligned with the rest of the layout.

Image

If you want to work on this issue, head to the following file as a starting point: docs/app/routes/_index.tsx

To Reproduce

  1. open home page at: https://www.react-spring.dev
  2. scroll to bottom
  3. now you can see the last two sections not respecting container size

Expected Behaviour

The two sections should respect container size as all other sections on the same page.

Link to repo

https://www.react-spring.dev

ahmed0saber avatar Sep 30 '25 17:09 ahmed0saber