Skip to content

Commit 0d815c7

Browse files
authored
Merge pull request #382 from srobo/make-kit-assembly-video-rectangular
Make Kit Assembly video less square
2 parents f7050e3 + 0c634b3 commit 0d815c7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

_sass/docs.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,15 @@
106106
background: white;
107107
border: 1px solid silver;
108108
padding: 3px;
109+
max-height: 25vh;
110+
111+
@media (orientation: landscape) {
112+
max-height: 90vh;
113+
}
109114

110115
@include media-query('medium') {
111116
min-height: 480px;
117+
max-height: initial;
112118
}
113119
}
114120

kit/assembly.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ The following video contains an overview which covers the [brain board](/docs/ki
6464

6565
<div class="centered-content">
6666
<iframe class="video center"
67-
height="315"
68-
width="560"
67+
height="480"
68+
width="640"
6969
src="https://www.youtube-nocookie.com/embed/HQmL_3giLvc?rel=0"
7070
frameborder="0"
7171
allowfullscreen>

0 commit comments

Comments
 (0)