Add videos section to tutorial page
This commit is contained in:
@@ -102,3 +102,11 @@ All rights reserved.
|
||||
padding: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
.videos {
|
||||
display: none;
|
||||
|
||||
.panel {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -45,14 +45,6 @@ All rights reserved.
|
||||
.usedToMake {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.videos {
|
||||
display: none;
|
||||
|
||||
.panel {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.view__item {
|
||||
|
||||
Reference in New Issue
Block a user