[bug]<home>: container size not applied to two sections
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 29.1k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
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.
If you want to work on this issue, head to the following file as a starting point: docs/app/routes/_index.tsx
To Reproduce
- open home page at: https://www.react-spring.dev
- scroll to bottom
- 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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in docs/app/routes/_index.tsx and inspect how the “Join our community” and “Check out the ecosystem” sections are laid out compared with the other home-page sections. Reproduce the issue at https://www.react-spring.dev by checking the page at mobile and desktop widths. Done means both sections respect the shared container size and align with the rest of the layout.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend, web-dev
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100