Skip to content

Conversation

@reidsolon
Copy link

After Update:
Screenshot 2026-02-03 at 12 33 12 AM

Before:
Screenshot 2026-02-03 at 12 33 57 AM

Replace CSS Grid with column-count for better masonry-style layout
that handles variable card heights. Add responsive breakpoints for
tablet (2 columns) and mobile (1 column).
@vercel
Copy link

vercel bot commented Feb 2, 2026

@reidsolon is attempting to deploy a commit to the Amantus Machina Team on Vercel.

A member of the Team first needs to authorize it.

display: grid;
grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
gap: 20px;
column-count: 3;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CSS Columns layout breaks uniform row height design that CSS Grid provides

Fix on Vercel

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that's the idea of the update, to make it look like masonry-like layout where items flow vertically

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant