Skip to content

Commit b5d1342

Browse files
Fix video containers
For removed center tag
1 parent 176f3b4 commit b5d1342

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed

docs/hardware_overview.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,8 @@
114114
???+ info ":straight_ruler: Measuring Tool"
115115
This video demonstrates how to utilize the dimensions tool in KiCad, to include additional measurements:
116116

117-
<article style="text-align: center;" markdown>
118-
<article class="video-500px">
117+
<article class="video-500px" style="text-align: center; margin: auto;" markdown>
119118
<iframe src="https://www.youtube.com/embed/-eXuD8pkCYw" title="KiCad Dimension Tool" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
120-
</article>
121119
![QR code to play video](./assets/img/qr_code/dimension_tool.png){ .qr }
122120
</article>
123121

@@ -440,13 +438,10 @@ The Qwiic connector attached to the primary I<sup>2</sup>C interface of the 40-p
440438

441439
<div style="max-height=400px;" markdown>
442440

443-
<center>
444-
<div class="video-container">
441+
<article class="video-500px" style="text-align: center; margin: auto;" markdown>
445442
<iframe src="https://www.youtube.com/embed/x0RDEHqFIF8" title="SparkFun's Qwiic Connect System" frameborder="0" allow="accelerometer; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
446-
447443
![QR code to instructional video](./assets/img/qr_code/qwiic_video.png){ .qr width=100 }
448-
</div>
449-
</center>
444+
</article>
450445

451446
</div>
452447

docs/software_overview.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,10 @@ For users unfamiliar with the following platforms, we have linked additional res
5757
- [Operating System Images](https://www.raspberrypi.com/software/operating-systems/)
5858
- [Raspberry Pi Documentation](https://www.raspberrypi.com/documentation/)
5959
- [Getting Started](https://www.raspberrypi.com/documentation/computers/getting-started.html)
60-
<article style="text-align: center;" markdown>
60+
<article class="video-500px" style="text-align: center; margin: auto;" markdown>
6161
![QR code to play video](./assets/img/qr_code/pi-setup_instructions.png){ .qr }
62-
<article class="video-500px">
6362
<iframe src="https://www.youtube.com/embed/CQtliTJ41ZE" title="How to set up a Raspberry Pi" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
6463
</article>
65-
</article>
6664
- [Raspberry Pi OS](https://www.raspberrypi.com/documentation/computers/os.html#updating-and-upgrading-raspberry-pi-os)
6765
- [Configurations](https://www.raspberrypi.com/documentation/computers/configuration.html)
6866

@@ -545,11 +543,9 @@ In order to receive or cast RTK corrections to/from a RTK network, such as NTRIP
545543

546544
- Users will need to use the web interface to enable the `Outgoing Internet Access Over USB` from the **Communication** > **USB** drop-down menu of the navigation tabs.
547545

548-
<article style="text-align: center;" markdown>
549-
<article class="video-500px">
546+
<article class="video-500px" style="margin: auto;">
550547
<iframe src="https://www.youtube.com/embed/bUt8cL9Ue1Y" title="Septentrio: Share internet connection with your GNSS / GPS receiver over USB" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
551548
</article>
552-
</article>
553549

554550
- This also requires users to configure a [network bridge](https://en.wikipedia.org/wiki/Network_bridge) on the Raspberry Pi.
555551
<figure markdown>

0 commit comments

Comments
 (0)