update music card styles
This commit is contained in:
parent
e75bd326d3
commit
bda0f89c4d
5 changed files with 11 additions and 22 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
var screenWidth = $(window).width();
|
||||
|
||||
return screenWidth >= 2200 ? 10 : 9;
|
||||
return screenWidth >= 1920 ? 9 : 8;
|
||||
}
|
||||
|
||||
function loadLatest(page, parentId) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue