mirror of
https://github.com/microsoft/autogen.git
synced 2025-10-27 07:49:00 +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 galleryData from "../src/data/gallery.json";
|
||||
|
||||
|
||||
@ -123,9 +123,9 @@ const GalleryPage = (props) => {
|
||||
xs: 1,
|
||||
sm: 2,
|
||||
md: 2,
|
||||
lg: 2,
|
||||
xl: 3,
|
||||
xxl: 3,
|
||||
lg: 3,
|
||||
xl: 4,
|
||||
xxl: 4,
|
||||
}}
|
||||
dataSource={filteredData}
|
||||
renderItem={(item) => (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user