Skip to content

[FEATURE] Stats Section Not Perfectly Center Aligned on Landing Page #2070

@tharunika-19

Description

@tharunika-19

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

  1. Open the homepage.
  2. Scroll to the statistics section.
  3. 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

Image

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestgssoc:assignedGSSoC: Issue assigned to a contributor

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions