We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31a732f commit 8311a87Copy full SHA for 8311a87
website/docs/Gallery.mdx
@@ -1,3 +1,7 @@
1
+---
2
+hide_table_of_contents: true
3
4
+
5
import GalleryPage from '../src/components/GalleryPage';
6
import galleryData from "../src/data/gallery.json";
7
website/src/components/GalleryPage.js
@@ -123,9 +123,9 @@ const GalleryPage = (props) => {
123
xs: 1,
124
sm: 2,
125
md: 2,
126
- lg: 2,
127
- xl: 3,
128
- xxl: 3,
+ lg: 3,
+ xl: 4,
+ xxl: 4,
129
}}
130
dataSource={filteredData}
131
renderItem={(item) => (
0 commit comments