Skip to content

Commit 9b513da

Browse files
committed
Fix examples catalog grid to two columns
1 parent 108f9ea commit 9b513da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prototypes/docusaurus/src/pages/examples.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
.grid {
5252
margin-bottom: 1.6rem;
5353
display: grid;
54-
grid-template-columns: repeat(3, minmax(0, 1fr));
54+
grid-template-columns: repeat(2, minmax(0, 1fr));
5555
gap: 0.9rem;
5656
}
5757

0 commit comments

Comments
 (0)