File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 43
43
! set attribute `id` of Tracer to `easycoder-tracer`
44
44
45
45
create Body
46
- if mobile
47
- set the style of Body to `width:100vw`
48
- else
49
- set the style of Body to `width:100vw;max-width:1200px;margin:0 auto`
46
+ if mobile set the style of Body to `width:100vw`
47
+ else set the style of Body to `width:100vw;max-width:1200px;margin:0 auto`
50
48
51
49
on message
52
50
begin
@@ -72,7 +70,8 @@ BuildPage:
72
70
set the style of Header to `margin:0 2em;text-align:center`
73
71
74
72
create Banner in Header
75
- if not mobile set the style of Banner to `width:50%;margin:0 auto`
73
+ if mobile set the style of Banner to `width:100%`
74
+ else set the style of Banner to `width:50%;margin:0 auto`
76
75
set attribute `src` of Banner to `resources/img/banner.png`
77
76
78
77
create Rule in Body
You can’t perform that action at this time.
0 commit comments