Add videos section to tutorial page

This commit is contained in:
Andrew Miner
2015-03-20 14:05:21 -07:00
parent e58cc28815
commit 2faf4bfe7f
6 changed files with 65 additions and 16 deletions
+8
View File
@@ -102,3 +102,11 @@ All rights reserved.
padding: 1em;
}
}
.videos {
display: none;
.panel {
text-align: center;
}
}
+13
View File
@@ -39,6 +39,19 @@ All rights reserved.
}
}
ol {
margin: 2em 2em 0 2em;
li {
font-family: $font-family-normal;
font-size: $font-size-normal;
line-height: $font-size-normal + 0.15em;
list-style: decimal;
margin: 0.66em 0 0 2em;
}
}
ul {
margin: 2em 2em 0 2em;
-8
View File
@@ -45,14 +45,6 @@ All rights reserved.
.usedToMake {
display: none;
}
.videos {
display: none;
.panel {
text-align: center;
}
}
}
.view__item {