Skip to content

Commit

Permalink
fix masonry layout
Browse files Browse the repository at this point in the history
  • Loading branch information
JFrankfurt committed Sep 19, 2024
1 parent d3cfce4 commit 8df518c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function SectionContent() {
{frameInteractionError}
</Button>
)}
<div className="grid grid-flow-row-dense auto-rows-min grid-cols-1 gap-4 p-4 xl:grid-cols-2">
<div className="columns-1 p-4 xl:columns-2">
{frameUrls.map((url) => (
<FrameListItem url={url} key={url} />
))}
Expand Down

0 comments on commit 8df518c

Please sign in to comment.