inital-release

This commit is contained in:
mike
2025-12-16 15:54:47 +01:00
parent d208b0c69a
commit 53af193844

View File

@@ -24,7 +24,7 @@
if (isMobilePhone && width < 768) {
// Mobile phones: detected mobile device < 768px
targetPage = 'mobile.html'
} else if (width < 500) {
} else if (width < 400) {
// Small screens: force mobile
targetPage = 'mobile.html'
} else if (isTabletDevice || (width >= 500 && width < 1200)) {