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; +}