@@ -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 >