Skip to content

Commit 234993b

Browse files
author
Kristoffer Alfheim
committed
Merge pull request #1 from krisawzm/krisawzm-patch-1
Changed default viewport dimensions
2 parents d5621d1 + 723c6e1 commit 234993b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config/criticalcss.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
| Width and height of the target viewport.
5454
|
5555
*/
56-
'width' => 900,
57-
'height' => 1300,
56+
'width' => 1300,
57+
'height' => 900,
5858

5959
/*
6060
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)