Skip to content

Commit e6dbb7b

Browse files
committed
add new video, adust centering
1 parent b1f8f13 commit e6dbb7b

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

Diff for: _sass/_custom.scss

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ a.smooth:hover {
2121
width: 90%;
2222
}
2323

24-
2524
/* Portrait */
2625
@media (max-width: 850px) {
2726
.edit-docs {

Diff for: index.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ <h2>{{summary.title}}</h2>
3838

3939
<!-- Feature: Atom-CodeRoad -->
4040
<section class="spotlight wide">
41-
<div class="image">
41+
<div class="image" style="display: flex; justify-content: center;">
4242
<iframe
4343
width="574px"
4444
height="328px"
4545
src=""
46-
data-src="https://www.youtube.com/embed/DbLpdgrYVOU"
46+
data-src="https://www.youtube.com/embed/PkhjmNLM5uE"
4747
frameborder="0"
4848
allowfullscreen></iframe>
4949
</div>
@@ -60,15 +60,15 @@ <h2>Tutorials in your Code Editor</h2>
6060
<!-- Feature: Tutorial -->
6161

6262
<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;">
6565
<h2>Tutorial</h2>
6666
<span>Markdown</span><br />
6767
<span>+</span><br />
68-
<span>Unit Tests</span><br />
68+
<span>Tests</span><br />
6969
<span>+</span><br />
7070
<span>Config</span>
71-
</center>
71+
</div>
7272
</div>
7373
<div class="content">
7474
<h2>Create your Own Tutorials</h2>

0 commit comments

Comments
 (0)