Skip to content

fix: use multi-column layout for showcase grid#42

Merged
steipete merged 2 commits intoopenclaw:mainfrom
reidsolon:main
Feb 13, 2026
Merged

fix: use multi-column layout for showcase grid#42
steipete merged 2 commits intoopenclaw:mainfrom
reidsolon:main

Conversation

@reidsolon
Copy link
Copy Markdown
Contributor

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
Copy Markdown

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.

Comment thread src/pages/showcase.astro Outdated
display: grid;
grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
gap: 20px;
column-count: 3;
Copy link
Copy Markdown

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
Copy Markdown
Contributor 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

@steipete steipete merged commit 114b070 into openclaw:main Feb 13, 2026
0 of 2 checks passed
steipete added a commit that referenced this pull request Feb 13, 2026
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.

2 participants