From 4300a71c514f700542b70ec7a1070fdf969f9955 Mon Sep 17 00:00:00 2001 From: John Pignata Date: Wed, 10 Jan 2018 13:55:34 -0500 Subject: [PATCH] Embed screencast from YouTube --- doc/website/index.html | 4 ++++ doc/website/styles.css | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/doc/website/index.html b/doc/website/index.html index 1a07786..00d76f1 100644 --- a/doc/website/index.html +++ b/doc/website/index.html @@ -47,6 +47,10 @@

fargate

+
+ +
+
diff --git a/doc/website/styles.css b/doc/website/styles.css index 483aa88..c98f35d 100644 --- a/doc/website/styles.css +++ b/doc/website/styles.css @@ -102,3 +102,9 @@ img.icon { margin-left: 0px; } } + +.video iframe { + width: 100% + margin: 0 auto; + margin-bottom: 30px; +}