diff --git a/index.html b/index.html index bdba774..c1935e1 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,6 @@ - @@ -28,9 +27,7 @@ - - + @@ -65,7 +62,7 @@
- RecyTech Logo + RecyTech Logo
RecyTech Shop
@@ -74,12 +71,13 @@

RecyTech

- + +
diff --git a/scripts/script.js b/scripts/script.js index 6ab30c6..34c41dc 100644 --- a/scripts/script.js +++ b/scripts/script.js @@ -11,6 +11,7 @@ function smoothScroll(linkId, targetId) { }); } + // Hamburger Menu const body = document.body; const header = document.getElementById("mainHeader");