fixes
All checks were successful
deploy to production / deploy (push) Successful in 35s

This commit is contained in:
Robin Grenzdörfer 2023-09-01 14:27:11 +00:00
parent af8850dede
commit 8b955bdae6
2 changed files with 1 additions and 2 deletions

View File

@ -57,7 +57,6 @@
} }
p { p {
text-align: center; text-align: center;
font-weight: bold; font-weight: bold;
} }
} }

View File

@ -7,7 +7,7 @@
setInterval(() => { setInterval(() => {
active += 1 active += 1
if (active == col.iconCycleSquare.boxes.length) active = 0 if (active == col.iconCycleSquare.boxes.length) active = 0
}, 1000) }, 1250)
</script> </script>
<div class="iconCycleSquares"> <div class="iconCycleSquares">