diff --git a/scripts/explorer.js b/scripts/explorer.js index 99a8c3e..62e08da 100644 --- a/scripts/explorer.js +++ b/scripts/explorer.js @@ -515,7 +515,7 @@ jQuery(document).ready(function($) if (window.innerWidth >= 600) return 6; else if (window.innerWidth < 600 && window.innerWidth > 450) - return 4; + return 3; else return 2; } diff --git a/scripts/exposition.js b/scripts/exposition.js index 66c3cb8..bf6491a 100644 --- a/scripts/exposition.js +++ b/scripts/exposition.js @@ -43,7 +43,7 @@ jQuery(document).ready(function($) if (window.innerWidth >= 600) return null; else if (window.innerWidth < 600 && window.innerWidth > 450) - return 4; + return 3; else return 2; }