add xs breakpoint

This commit is contained in:
2022-07-09 17:04:55 -07:00
parent 2c66aa9f49
commit d657058df5
3 changed files with 6 additions and 2 deletions

View File

@@ -148,6 +148,7 @@ const GalleryPage = ({ data }) => {
</div>
<MasonryGallery
aspectsByBreakpoint={{
xs: 2,
sm: 3,
md: 4,
lg: 4,