Skip to content

Commit

Permalink
update viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
hadobe committed Oct 29, 2024
1 parent 9d37a26 commit 7580b66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/express.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const config = {
use: {
...devices['Desktop Firefox'],
baseURL: envs['@express_milo'],
viewport: { width: 1680, height: 720 },
viewport: { width: 1680, height: 1024 },
},
},
Expand All @@ -82,7 +82,7 @@ const config = {
use: {
...devices['Desktop Safari'],
baseURL: envs['@express_milo'],
viewport: { width: 1680, height: 720 },
viewport: { width: 1680, height: 1024 },
},
},
Expand Down

0 comments on commit 7580b66

Please sign in to comment.