Prep for responsive version

This commit is contained in:
eline
2023-05-06 19:31:43 +02:00
parent e1ba576b8b
commit eaac7bdd73
2 changed files with 7 additions and 0 deletions

View File

@@ -47,3 +47,7 @@ function changeToLightTheme() {
imgs[i].src = imgs[i].src.replace("-dark", "-light");
}
}
// DEBUG
console.log(window.innerWidth);
console.log(window.innerHeight);