From 53af193844107053ba6974fa0a61cd75adca25e6 Mon Sep 17 00:00:00 2001 From: mike Date: Tue, 16 Dec 2025 15:54:47 +0100 Subject: [PATCH] inital-release --- public/redirect.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/redirect.js b/public/redirect.js index 9ce49fa..9645e25 100644 --- a/public/redirect.js +++ b/public/redirect.js @@ -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)) {