diff options
author | 2019-04-12 08:58:32 +0200 | |
---|---|---|
committer | 2019-04-12 08:58:32 +0200 | |
commit | 4c47d99f707d9d74c85fa6df204b26b600ec140f (patch) | |
tree | 51befe582de877358022be3d89ca7d30b901eda5 /pydis_site/templates | |
parent | Fixing the footer. Django logo no longer clips, and matches the rest of the f... (diff) |
responsive video container
Diffstat (limited to 'pydis_site/templates')
-rw-r--r-- | pydis_site/templates/home/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html index 511e05e5..6eb444d2 100644 --- a/pydis_site/templates/home/index.html +++ b/pydis_site/templates/home/index.html @@ -29,7 +29,7 @@ we've got someone who can help you if you get stuck. </p> </div> - <div class="column is-half is-first has-text-centered"> + <div class="column is-half is-first has-text-centered video-container"> <iframe width="560" height="315" src="https://www.youtube.com/embed/DIBXg8Qh7bA" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </div> </div> |