We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7050e3 + 0c634b3 commit 0d815c7Copy full SHA for 0d815c7
_sass/docs.scss
@@ -106,9 +106,15 @@
106
background: white;
107
border: 1px solid silver;
108
padding: 3px;
109
+ max-height: 25vh;
110
+
111
+ @media (orientation: landscape) {
112
+ max-height: 90vh;
113
+ }
114
115
@include media-query('medium') {
116
min-height: 480px;
117
+ max-height: initial;
118
}
119
120
kit/assembly.md
@@ -64,8 +64,8 @@ The following video contains an overview which covers the [brain board](/docs/ki
64
65
<div class="centered-content">
66
<iframe class="video center"
67
- height="315"
68
- width="560"
+ height="480"
+ width="640"
69
src="https://www.youtube-nocookie.com/embed/HQmL_3giLvc?rel=0"
70
frameborder="0"
71
allowfullscreen>
0 commit comments