Description
The statistics section on the landing page appears slightly misaligned horizontally. The four stat cards:
- 834+ Commits in Repo
- 685+ PRs Merged
- 100+ Contributors
- 106+ GitHub Stars
do not seem to be perfectly centered within the container, causing a minor visual imbalance.
Steps to Reproduce
- Open the homepage.
- Scroll to the statistics section.
- Observe the alignment of the stat cards.
Expected Behavior
The stats section should be centered evenly within the available page width.
Actual Behavior
The section appears slightly shifted, making the layout look off-center.
Possible Cause
- Uneven container padding or margin.
- Grid/Flex parent not centered correctly.
- Width or spacing inconsistencies between stat items.
Suggested Fix
Review the parent container's alignment properties (justify-content, margin: auto, grid/flex settings) and ensure the stats section is centered consistently across screen sizes.
Screenshot

Description
The statistics section on the landing page appears slightly misaligned horizontally. The four stat cards:
do not seem to be perfectly centered within the container, causing a minor visual imbalance.
Steps to Reproduce
Expected Behavior
The stats section should be centered evenly within the available page width.
Actual Behavior
The section appears slightly shifted, making the layout look off-center.
Possible Cause
Suggested Fix
Review the parent container's alignment properties (
justify-content,margin: auto, grid/flex settings) and ensure the stats section is centered consistently across screen sizes.Screenshot