inital-release
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
let targetPage = null
|
||||
|
||||
// Determine target page based on device and screen size
|
||||
if (isMobilePhone && width < 768) {
|
||||
if (isMobilePhone && width < 512) {
|
||||
// Mobile phones: detected mobile device < 768px
|
||||
targetPage = 'mobile.html'
|
||||
} else if (width < 400) {
|
||||
|
||||
Reference in New Issue
Block a user