mirror of
https://github.com/microsoft/autogen.git
synced 2025-10-27 15:59:35 +00:00
Update grid to flow better across screen sizes (#1652)
This commit is contained in:
parent
31a732ff46
commit
8311a87eb3
@ -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";
|
||||||
|
|
||||||
|
|||||||
@ -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) => (
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user