Skip to content

Commit 8311a87

Browse files
authored
Update grid to flow better across screen sizes (#1652)
1 parent 31a732f commit 8311a87

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

website/docs/Gallery.mdx

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
hide_table_of_contents: true
3+
---
4+
15
import GalleryPage from '../src/components/GalleryPage';
26
import galleryData from "../src/data/gallery.json";
37

website/src/components/GalleryPage.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ const GalleryPage = (props) => {
123123
xs: 1,
124124
sm: 2,
125125
md: 2,
126-
lg: 2,
127-
xl: 3,
128-
xxl: 3,
126+
lg: 3,
127+
xl: 4,
128+
xxl: 4,
129129
}}
130130
dataSource={filteredData}
131131
renderItem={(item) => (

0 commit comments

Comments
 (0)