1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-23 22:05:15 +02:00
This commit is contained in:
Anton Titovets
2025-06-30 10:54:39 +03:00
parent 2060bb99c5
commit cf45e557e6
3 changed files with 7 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ function HomepageHeader() {
particle.className = styles.particle;
// Позиционирование внутри header
particle.style.left = `${Math.random() * 100}%`;
particle.style.left = `${50 + Math.random() * 50}%`;
particle.style.top = `${Math.random() * 100}%`;
particle.style.width = `${Math.random() * 3 + 1}px`;
particle.style.height = particle.style.width;