more fixes
authorReda Lazri <the.red.shortcut@gmail.com>
Mon, 29 Aug 2016 17:26:27 +0000 (18:26 +0100)
committerReda Lazri <the.red.shortcut@gmail.com>
Mon, 29 Aug 2016 17:26:27 +0000 (18:26 +0100)
css/master.css
givingguide.html

index 45c5b4fa80c089a01547a3cf4b3cf14bc1bc9f19..f523799574d49780abeab4eae25fe43c88f94f2d 100644 (file)
 
 /*Text Styles*/
 h1 {
-  margin-top: 40px;
-  margin-bottom: 30px;
+  margin-top: 10px;
+  margin-bottom: 20px;
 
   color: #2caf8f;
 
@@ -497,6 +497,25 @@ footer p {
   .footer-logo img {
     width: 80%;
   }
+
+  /*Fixes*/
+  /*This sections fixes the inevitable difference in height of the comparison panes with margin-top where a simpler isn't possible*/
+  .fix-iphone {
+    margin-top: 15px;
+  }
+
+  .fix-macbook {
+    margin-top: 90px;
+  }
+
+  .fix-router,
+  .fix-amazon {
+    margin-top: 100px;
+  }
+
+  .fix-itunes {
+    margin-top: 50px;
+  }
 }
 /* Medium devices (desktops, 992px and up) */
 @media (min-width: 992px) {
@@ -593,26 +612,26 @@ footer p {
   .footer-logo img {
     width: 50%;
   }
-}
 
-/* Large devices (large desktops, 1200px and up) */
-@media (min-width: 1200px) {}
+  /*Fixes*/
+  /*This sections fixes the inevitable difference in height of the comparison panes with margin-top where a simpler isn't possible*/
+  .fix-iphone {
+    margin-top: 15px;
+  }
 
-/*Fixes*/
-/*This sections fixes the inevitable difference in height of the comparison panes with margin-top where a simpler isn't possible*/
-.fix-iphone {
-  margin-top: 15px;
-}
+  .fix-macbook {
+    margin-top: 90px;
+  }
 
-.fix-macbook {
-  margin-top: 90px;
-}
+  .fix-router,
+  .fix-amazon {
+    margin-top: 100px;
+  }
 
-.fix-router,
-.fix-amazon {
-  margin-top: 100px;
+  .fix-itunes {
+    margin-top: 50px;
+  }
 }
 
-.fix-itunes {
-  margin-top: 50px;
-}
+/* Large devices (large desktops, 1200px and up) */
+@media (min-width: 1200px) {}
index 24835c9d92c72985131906557909d13e9d01a1ea..ee5bf886e7bf577383dbc9deaa90e124fa42e242 100644 (file)
             <li>Wide variety of plugins grants limitless features.</li>
             <li>Easy to install on all major operating systems.</li>
           </ul>
-          <button type="button" name="buy" class="buy center-block">Download</button>
         </div>
         <!--End Good-->