/*Text Styles*/
h1 {
- margin-top: 40px;
- margin-bottom: 30px;
+ margin-top: 10px;
+ margin-bottom: 20px;
color: #2caf8f;
.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) {
.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) {}
<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-->