Skip to content

Commit 66e5f51

Browse files
committed
feat(videos): improve style of promo video
1 parent 79c8cef commit 66e5f51

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

docs/docs/01_course_intro/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ id: intro
66

77
import VideoEmbed from "@site/src/components/VideoEmbed";
88

9+
<div style={{ maxWidth: "720px", margin: "3rem auto", boxShadow: "0 5px 15px 0 rgba(0, 0, 0, 0.15)" }}>
910
<VideoEmbed url="https://customer-zmitazl0ztnd2pvm.cloudflarestream.com/1c4db6119cf0c6e682a88a737af146eb/iframe?poster=https%3A%2F%2Fcustomer-zmitazl0ztnd2pvm.cloudflarestream.com%2F1c4db6119cf0c6e682a88a737af146eb%2Fthumbnails%2Fthumbnail.jpg%3Ftime%3D%26height%3D600" />
11+
</div>
1012

1113
Hi, and welcome!
1214

docs/src/pages/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export default function Home() {
4141
border: "4px solid black",
4242
maxWidth: "800px",
4343
margin: "4rem auto 4rem auto",
44+
boxShadow: "0 5px 15px 0 rgba(0, 0, 0, 0.15)",
4445
}}
4546
>
4647
<VideoEmbed url="https://customer-zmitazl0ztnd2pvm.cloudflarestream.com/1c4db6119cf0c6e682a88a737af146eb/iframe?poster=https%3A%2F%2Fcustomer-zmitazl0ztnd2pvm.cloudflarestream.com%2F1c4db6119cf0c6e682a88a737af146eb%2Fthumbnails%2Fthumbnail.jpg%3Ftime%3D%26height%3D600" />

docs/src/pages/markdown-page.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)