You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the local environment, the contribution cards (Code, Design, Documentation, etc.) displayed two cards per row, adjusting correctly to the screen size.
However, after deployment, the layout shows three cards per row, likely due to increased container width or different rendering in production.
Expected behavior
The contribution section should consistently display two cards per row (responsive based on screen size), matching the behaviour seen in the local development environment.