File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ a.smooth:hover {
21
21
width : 90% ;
22
22
}
23
23
24
-
25
24
/* Portrait */
26
25
@media (max-width : 850px ) {
27
26
.edit-docs {
Original file line number Diff line number Diff line change @@ -38,12 +38,12 @@ <h2>{{summary.title}}</h2>
38
38
39
39
<!-- Feature: Atom-CodeRoad -->
40
40
< section class ="spotlight wide ">
41
- < div class ="image ">
41
+ < div class ="image " style =" display: flex; justify-content: center; " >
42
42
< iframe
43
43
width ="574px "
44
44
height ="328px "
45
45
src =""
46
- data-src ="https://www.youtube.com/embed/DbLpdgrYVOU "
46
+ data-src ="https://www.youtube.com/embed/PkhjmNLM5uE "
47
47
frameborder ="0 "
48
48
allowfullscreen > </ iframe >
49
49
</ div >
@@ -60,15 +60,15 @@ <h2>Tutorials in your Code Editor</h2>
60
60
<!-- Feature: Tutorial -->
61
61
62
62
< section class ="spotlight wide ">
63
- < div class ="image ">
64
- < center style ="margin: 0 auto ; text-transform: uppercase; letter-spacing: .225em; border: solid 1px white; border-radius: 5%; padding: 10px; width: 250px ">
63
+ < div class ="image " style =" display: flex; justify-content: center; " >
64
+ < div style ="text-align: center ; text-transform: uppercase; letter-spacing: .225em; border: solid 1px white; border-radius: 5%; padding: 10px; width: 250px; ">
65
65
< h2 > Tutorial</ h2 >
66
66
< span > Markdown</ span > < br />
67
67
< span > +</ span > < br />
68
- < span > Unit Tests</ span > < br />
68
+ < span > Tests</ span > < br />
69
69
< span > +</ span > < br />
70
70
< span > Config</ span >
71
- </ center >
71
+ </ div >
72
72
</ div >
73
73
< div class ="content ">
74
74
< h2 > Create your Own Tutorials</ h2 >
You can’t perform that action at this time.
0 commit comments