Change breakpoint for desktop motion review columns (#11808)

This commit is contained in:
Josh Hawkins 2024-06-07 10:40:32 -05:00 committed by GitHub
parent 804edceec2
commit 859682c8d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -882,7 +882,7 @@ function MotionReview({
reviewCameras.length > 3 &&
isMobile &&
"portrait:md:grid-cols-2 landscape:md:grid-cols-3",
isDesktop && "md:grid-cols-3",
isDesktop && "grid-cols-2 lg:grid-cols-3",
"gap-2 overflow-auto px-1 md:mx-2 md:gap-4 xl:grid-cols-3 3xl:grid-cols-4",
)}
>