Skip to content

Commit ef87f67

Browse files
committed
use screen width
1 parent 8c77389 commit ef87f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/ecs/main.ecs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
if mobile
4747
set the style of Body to `width:300px`
4848
else
49-
set the style of Body to `width:100%;max-width:1200px;margin:0 auto`
49+
set the style of Body to `width:100vw;max-width:1200px;margin:0 auto`
5050

5151
on message
5252
begin

0 commit comments

Comments
 (0)