inital-release

This commit is contained in:
mike
2025-12-16 15:55:38 +01:00
parent 53af193844
commit 91b84d8618

View File

@@ -21,7 +21,7 @@
let targetPage = null let targetPage = null
// Determine target page based on device and screen size // Determine target page based on device and screen size
if (isMobilePhone && width < 768) { if (isMobilePhone && width < 512) {
// Mobile phones: detected mobile device < 768px // Mobile phones: detected mobile device < 768px
targetPage = 'mobile.html' targetPage = 'mobile.html'
} else if (width < 400) { } else if (width < 400) {