@@ -174,7 +174,7 @@ function filterDistributions(searchTerm) {
174
174
}
175
175
176
176
let currentPage = 1 ;
177
- const itemsPerPage = 12 ;
177
+ const itemsPerPage = 18 ;
178
178
179
179
const paginationContainer = document . createElement ( 'div' ) ;
180
180
paginationContainer . className = 'pagination-container d-flex justify-content-end' ;
@@ -391,10 +391,10 @@ document.head.appendChild(style);
391
391
392
392
particlesJS ( 'particles-js' , {
393
393
particles : {
394
- number : { value : 300 , density : { enable : true , value_area : 800 } } ,
394
+ number : { value : 150 , density : { enable : true , value_area : 800 } } ,
395
395
color : { value : [ "#ffffff" , "#87cefa" , "#4FD2D7" , "#8CFFFA" ] } ,
396
396
shape : { type : "circle" } ,
397
- opacity : { value : 0.8 , random : true } ,
397
+ opacity : { value : 0.6 , random : true } ,
398
398
size : { value : 5 , random : true } ,
399
399
line_linked : { enable : false } ,
400
400
move : { enable : true , speed : 0.2 , direction : "none" , random : true , straight : false , out_mode : "out" , bounce : false }
0 commit comments