1
0
Fork 0

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

@ -16,6 +16,9 @@ Redisign of dmz.rs .
- create blogging system
- create xmpp bot that connects to events section.
- make responsive
- create menus for smaller screens
- adjust the mesh depending on the screen size
- tweak other random issues with layout
- make webring system
- make english version (localisation)

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);