From 7580b6682fadc2e11fdbdbf96ec53d71f5251e1b Mon Sep 17 00:00:00 2001 From: Haris Bijli Date: Tue, 29 Oct 2024 01:28:04 -0700 Subject: [PATCH] update viewport --- configs/express.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/express.config.js b/configs/express.config.js index d8ab49e7..7e4390f5 100644 --- a/configs/express.config.js +++ b/configs/express.config.js @@ -73,7 +73,7 @@ const config = { use: { ...devices['Desktop Firefox'], baseURL: envs['@express_milo'], - viewport: { width: 1680, height: 720 }, + viewport: { width: 1680, height: 1024 }, }, }, @@ -82,7 +82,7 @@ const config = { use: { ...devices['Desktop Safari'], baseURL: envs['@express_milo'], - viewport: { width: 1680, height: 720 }, + viewport: { width: 1680, height: 1024 }, }, },