inital-release
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user