From 63ec21d4c9f8faa904d43813aad71ba9d4335ee8 Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Wed, 25 Jun 2025 13:44:55 -0700 Subject: [PATCH] fix: update viewport meta tag for responsiveness - Changed the viewport meta tag from a fixed width to a responsive setting (width=device-width, initial-scale=1.0) to enhance mobile compatibility and improve layout on various devices. --- emhttp/plugins/dynamix/include/Boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emhttp/plugins/dynamix/include/Boot.php b/emhttp/plugins/dynamix/include/Boot.php index aed12e972..3672cdbfc 100644 --- a/emhttp/plugins/dynamix/include/Boot.php +++ b/emhttp/plugins/dynamix/include/Boot.php @@ -35,7 +35,7 @@ $themeName = $themeHelper->getThemeName(); - +