File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 36
36
.highlight {
37
37
padding : 1rem ;
38
38
}
39
+
40
+ .centered-content {
41
+ display : flex ;
42
+ justify-content : center ;
43
+ }
Original file line number Diff line number Diff line change @@ -62,10 +62,12 @@ Video
62
62
The following video contains an overview which covers the [ brain board] ( /docs/kit/brain_board ) ,
63
63
[ power board] ( /docs/kit/power_board ) and a [ motor board] ( /docs/kit/motor_board ) .
64
64
65
- <iframe class="video center"
66
- height="315"
67
- width="560"
68
- src="https://www.youtube-nocookie.com/embed/HQmL_3giLvc?rel=0"
69
- frameborder="0"
70
- allowfullscreen>
71
- </iframe >
65
+ <div class =" centered-content " >
66
+ <iframe class="video center"
67
+ height="315"
68
+ width="560"
69
+ src="https://www.youtube-nocookie.com/embed/HQmL_3giLvc?rel=0"
70
+ frameborder="0"
71
+ allowfullscreen>
72
+ </iframe >
73
+ </div >
You can’t perform that action at this time.
0 commit comments