Update grid to flow better across screen sizes (#1652)

This commit is contained in:
Jack Gerrits 2024-02-13 16:23:12 -05:00 committed by GitHub
parent 31a732ff46
commit 8311a87eb3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
---
hide_table_of_contents: true
---
import GalleryPage from '../src/components/GalleryPage'; import GalleryPage from '../src/components/GalleryPage';
import galleryData from "../src/data/gallery.json"; import galleryData from "../src/data/gallery.json";

View File

@ -123,9 +123,9 @@ const GalleryPage = (props) => {
xs: 1, xs: 1,
sm: 2, sm: 2,
md: 2, md: 2,
lg: 2, lg: 3,
xl: 3, xl: 4,
xxl: 3, xxl: 4,
}} }}
dataSource={filteredData} dataSource={filteredData}
renderItem={(item) => ( renderItem={(item) => (