Skip to content

Conversation

@Iam-Karan-Suresh
Copy link

@Iam-Karan-Suresh Iam-Karan-Suresh commented Jan 12, 2026

What was fixed

I fixed an uneven margin issue on this page which was causing visual misalignment.

The Explore Blueprints carousel showed uneven right-side spacing and card misalignment after navigating with the arrow buttons, especially on smaller screen sizes.

Root cause

The carousel scroll distance was hardcoded, causing cards to overshoot the visible area. In addition, horizontal padding and implicit margins contributed to the appearance of extra space on the right.

Solution

  • Fixed the margin around the cards with responsive
  • Replaced fixed scroll values with a dynamic scroll calculation based on actual card width and gap
  • Added scroll snapping to ensure cards align cleanly after navigation
  • Removed unintended horizontal padding from container sections
  • Explicitly reset carousel margins to prevent layout overflow

Result

  • Cards remain properly aligned
  • No extra right-side spacing or horizontal overflow
  • Improved responsive behavior and visual consistency

Screenshots

image

Screen Record

Screencast.from.2026-01-12.23-08-18.mp4

@github-project-automation github-project-automation bot moved this to To review in Pull Requests Jan 12, 2026
@MilosPaunovic MilosPaunovic added area/frontend Needs frontend code changes kind/external Pull requests raised by community contributors labels Jan 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/frontend Needs frontend code changes kind/external Pull requests raised by community contributors

Projects

Status: To review

Development

Successfully merging this pull request may close these issues.

2 participants