Skip to content

Commit 13bcc10

Browse files
authored
fix: Rename iframe contianer CSS class to avoid styling collisions with native built-in classes (#119)
1 parent 0a647a3 commit 13bcc10

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/schedule/2024Fall/Week2.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import Link from '@docusaurus/Link';
1818
- **Time:** 6:30pm-8:00pm
1919

2020
### 🎥 Meeting Recording:
21-
<div class="container">
21+
<div class="iframe-container">
2222
<iframe
2323
src="https://www.youtube-nocookie.com/embed/kxAjBIDROjU?si=O8brH0bj9OChRQae"
2424
title="YouTube video player"

docs/schedule/2024Fall/Week3.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ sidebar_position: 3
1818
- **Time:** 6:30pm-8:00pm
1919

2020
### 🎥 Meeting Recording:
21-
<div class="container">
21+
<div class="iframe-container">
2222
<iframe
2323
src="https://www.youtube-nocookie.com/embed/3MoItq_XC_c?si=eK-OyGjbIhwbgthZ"
2424
title="Fall 2024 Week 2"

src/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
background-color: grey.800;
5151
}
5252

53-
.container {
53+
.iframe-container {
5454
position: relative;
5555
overflow: hidden;
5656
width: 100%;

0 commit comments

Comments
 (0)