Skip to content

Commit 0c4f118

Browse files
authored
Merge pull request #251 from easycoder/dev
Dev
2 parents bc736fe + ef87f67 commit 0c4f118

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/ecs/main.ecs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444

4545
create Body
4646
if mobile
47-
set the style of Body to `width:100vw`
47+
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)