Fix downloads section scrolling

Change-Id: Ia412395701bbca15bf60e3493fff58744a98816e
diff --git a/index.html b/index.html
index e5666b4..02ef6be 100644
--- a/index.html
+++ b/index.html
@@ -244,37 +244,37 @@
     </div>
   </div>
   <!-- Developer section -->
-  <div class="download-section bg-light mb-0" id="developer">
-    <div class="py-5 bg-dark" id="documentation">
-      <div class="container">
-        <div class="row">
-          <div class="col-md-12" style="">
-            <h3 class="display-3 text-truncate">Developers</h3>
-            <div class="row">
-              <div class="col-md-3" style=""><img class="img-fluid d-block" src="images/github-logo.png"></div>
-              <div class="col-md-7" style="">
-                <h3>Want to help contribute towards our open source projects?</h3>
-                <p>Documentation for BlissRoms and Bliss OS can be found on our wiki, while our development update posts
-                  can be found under our blog. Please read the documentation before asking a question on our Telegram
-                  development chats!<br><br>To get a glimpse on usage statistics of Bliss, please visit our statistics
-                  page.</p>
-                <p>If you want to contribute code, download the source from our GitHub organization and submit commits
-                  through our Gerrit review system!</p>
-              </div>
-              <div class="col-md-2 mx-auto" style="">
-                <a class="btn mb-3 btn-secondary" href="https://github.com/BlissRoms" target="_blank">BlissRoms
-                  GitHub</a><a class="btn mb-3 btn-secondary" href="https://github.com/BlissRoms-Devices"
-                  target="_blank">BlissRoms Devices GitHub</a>
-                <a class="btn mb-3 btn-secondary" href="https://review.blissroms.com" target="_blank">BlissRoms
-                  Gerrit</a>
-              </div>
+  <div class="py-5 bg-dark" id="documentation">
+    <div class="container">
+      <div class="row">
+        <div class="col-md-12" style="">
+          <h3 class="display-3 text-truncate">Developers</h3>
+          <div class="row">
+            <div class="col-md-3" style=""><img class="img-fluid d-block" src="images/github-logo.png"></div>
+            <div class="col-md-7" style="">
+              <h3>Want to help contribute towards our open source projects?</h3>
+              <p>Documentation for BlissRoms and Bliss OS can be found on our wiki, while our development update posts
+                can be found under our blog. Please read the documentation before asking a question on our Telegram
+                development chats!<br><br>To get a glimpse on usage statistics of Bliss, please visit our statistics
+                page.</p>
+              <p>If you want to contribute code, download the source from our GitHub organization and submit commits
+                through our Gerrit review system!</p>
+            </div>
+            <div class="col-md-2 mx-auto" style="">
+              <a class="btn mb-3 btn-secondary" href="https://github.com/BlissRoms" target="_blank">BlissRoms
+                GitHub</a><a class="btn mb-3 btn-secondary" href="https://github.com/BlissRoms-Devices"
+                target="_blank">BlissRoms Devices GitHub</a>
+              <a class="btn mb-3 btn-secondary" href="https://review.blissroms.com" target="_blank">BlissRoms
+                Gerrit</a>
             </div>
           </div>
         </div>
       </div>
     </div>
-    <!-- Downloads Section -->
-    <div class="container py-5" id="download">
+  </div>
+  <!-- Downloads Section -->
+  <div class="download-section bg-light mb-0" id="download">
+    <div class="container py-5">
       <div class="row">
         <div class="col-md-6 order-2 order-md-1"> <img class="img-fluid d-block mx-auto" src="images/phone-launcher-shot.png"
             style="" width="50%"> </div>