Skip to content

Commit 5eea151

Browse files
authored
Minor changes
1 parent 0951d32 commit 5eea151

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

script.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ function filterDistributions(searchTerm) {
174174
}
175175

176176
let currentPage = 1;
177-
const itemsPerPage = 12;
177+
const itemsPerPage = 18;
178178

179179
const paginationContainer = document.createElement('div');
180180
paginationContainer.className = 'pagination-container d-flex justify-content-end';
@@ -391,10 +391,10 @@ document.head.appendChild(style);
391391

392392
particlesJS('particles-js', {
393393
particles: {
394-
number: { value: 300, density: { enable: true, value_area: 800 } },
394+
number: { value: 150, density: { enable: true, value_area: 800 } },
395395
color: { value: ["#ffffff", "#87cefa", "#4FD2D7", "#8CFFFA"] },
396396
shape: { type: "circle" },
397-
opacity: { value: 0.8, random: true },
397+
opacity: { value: 0.6, random: true },
398398
size: { value: 5, random: true },
399399
line_linked: { enable: false },
400400
move: { enable: true, speed: 0.2, direction: "none", random: true, straight: false, out_mode: "out", bounce: false }

styles.css

-1
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,6 @@ footer a:hover {
486486
background: linear-gradient(45deg, #4FD2D7, #8CFFFA);
487487
border-color: transparent;
488488
color: #000;
489-
transform: translateY(-2px);
490489
}
491490

492491
.pagination .page-item.active .page-link {

0 commit comments

Comments
 (0)