From 63632903ff3103914b93e474907da5ba78d6f5a8 Mon Sep 17 00:00:00 2001
From: Mariano Montone <marianomontone@gmail.com>
Date: Wed, 16 May 2018 15:02:13 -0300
Subject: [PATCH] Page formatting adjustment

---
 content/downloads.html | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/content/downloads.html b/content/downloads.html
index f38019a..8572cb0 100644
--- a/content/downloads.html
+++ b/content/downloads.html
@@ -62,9 +62,7 @@
   </button>
 </p>
 <div class="collapse" id="setup_video">
-  <div class="card card-body">
-    <iframe width="560" height="315" src="https://www.youtube.com/embed/VnWVu8VVDbI" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
-  </div>
+  <iframe width="560" height="315" src="https://www.youtube.com/embed/VnWVu8VVDbI" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>  
 </div>
 
 <h2>Read about Lisp</h2>
@@ -84,9 +82,7 @@
   </button>
 </p>
 <div class="collapse" id="start_project_video">
-  <div class="card card-body">
-    <iframe width="560" height="315" src="https://www.youtube.com/embed/SPgjgybGb5o" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
-  </div>
+  <iframe width="560" height="315" src="https://www.youtube.com/embed/SPgjgybGb5o" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
 </div>
 
 <h2>Libraries</h2>
-- 
GitLab