add of mobile images, change style and update README.md

This commit is contained in:
2025-08-27 21:05:47 +02:00
parent 5e8fd5e7b9
commit 30a0fac8bc
21 changed files with 187 additions and 54 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ const NavBar = () => {
};
window.addEventListener("scroll", handleScroll);
handleScroll(); // check initial
handleScroll();
return () => {
window.removeEventListener("scroll", handleScroll);