Add a xl breakpoint to the album grid
This commit is contained in:
@@ -6,7 +6,7 @@ const getPerPage = (width) => {
|
||||
if (width === 'sm') return 12
|
||||
if (width === 'md') return 15
|
||||
if (width === 'lg') return 18
|
||||
return 21
|
||||
return 36
|
||||
}
|
||||
|
||||
const getPerPageOptions = (width) => {
|
||||
|
||||
Reference in New Issue
Block a user