fix formatting in script.js and style.css for consistency

This commit is contained in:
vista-man
2025-01-25 21:58:52 +01:00
parent fd90e1e862
commit 90b39f241f
3 changed files with 147 additions and 21 deletions

View File

@@ -22,6 +22,6 @@ window.onload = function() {
};
// Delay the fade-in effect based on the article's index
setTimeout(fadeIn, 500 * index);
setTimeout(fadeIn, 500 * index);
});
};