Optimizations
authorReda Lazri <the.red.shortcut@gmail.com>
Wed, 7 Sep 2016 21:08:17 +0000 (22:08 +0100)
committerReda Lazri <the.red.shortcut@gmail.com>
Wed, 7 Sep 2016 21:08:17 +0000 (22:08 +0100)
css/master.css
givingguide.html
img/charities/ceata.png
img/charities/fsf.png
img/charities/gnome.png
img/charities/sflc.png
img/charities/wikimedia.png

index 97a76b40a67172202195b125e86b2e6ba53a7915..7f2eae2c85041099bc615cb6f16d434831aa5b20 100644 (file)
@@ -538,9 +538,18 @@ footer a:hover {
     display: none;
   }
 
+  .is-table-row {
+       display: table;
+   }
+  .is-table-row [class*="col-"] {
+       float: none;
+       display: table-cell;
+       vertical-align: top;
+   }
+
   .recommended-section h5 {
-    text-align: left;
     padding-left: 46px;
+    text-align: left;
   }
   /*Footer*/
   .footer-logo {
index d82f5abcac8e314719abf976a689f0a8d31eead5..eef8a3ed06393042fc40ca8ab99db8822205da6f 100644 (file)
@@ -88,7 +88,7 @@
     <!--Smartphones-->
     <div class="container">
       <h3 class="title text-center">Smartphones</h3>
-      <div class="row">
+      <div class="row is-table-row">
         <div class="good col-md-6 col-sm-6">
 
           <!-- Begin Sale -->
     <!--Full-sized Laptops-->
     <div class="container">
       <h3 class="title text-center">Full-sized Laptops</h3>
-      <div class="row">
+      <div class="row is-table-row">
         <div class="good col-md-6 col-sm-6">
           <img src="img/products/t400.png" alt="t400" class="center-block" />
           <h5 class="text-center">Minifree T400 with GNU/Linux</h5>
     <!--Compact Laptops-->
     <div class="container">
       <h3 class="title text-center">Compact Laptops</h3>
-      <div class="row">
+      <div class="row is-table-row">
         <div class="good col-md-6 col-sm-6">
           <img src="img/products/x200.png" alt="x200" class="center-block" />
           <h5 class="text-center">Libiquity Taurinus X200 with GNU/Linux</h5>
     <!--3D Printers-->
     <div class="container">
       <h3 class="title text-center">3D Printers</h3>
-      <div class="row">
+      <div class="row is-table-row">
         <div class="good col-md-6 col-sm-6">
           <img src="img/products/lulzbot.png" alt="lulzbot" class="center-block" />
           <h5 class="text-center">Lulzbot Mini</h5>
     <!--Wi-Fi Routers-->
     <div class="container">
       <h3 class="title text-center">Wi-Fi Routers</h3>
-      <div class="row">
+      <div class="row is-table-row">
         <div class="good col-md-6 col-sm-6">
           <img src="img/products/thinkpenguin-router.png" alt="free-router" class="center-block" />
           <h5 class="text-center">ThinkPenguin Router</h5>
     <!--eBooks-->
     <div class="container">
       <h3 class="title text-center">eBooks</h3>
-      <div class="row">
+      <div class="row is-table-row">
         <div class="good col-md-6 col-sm-6">
           <img src="img/products/gutenberg.png" alt="gutenberg" class="center-block" />
           <h5 class="text-center">Project Gutenberg</h5>
     <!--Graphic Design-->
     <div class="container">
       <h3 class="title text-center">Graphic Design</h3>
-      <div class="row">
+      <div class="row is-table-row">
         <div class="good col-md-6 col-sm-6">
           <img src="img/products/gimp-inkscape.png" alt="GIMP and Inskacape" class="center-block" />
           <h5 class="text-center">GIMP and Inkscape</h5>
     <!--Gift Cards-->
     <div class="container">
       <h3 class="title text-center">Gift Cards</h3>
-      <div class="row">
+      <div class="row is-table-row">
         <div class="good col-md-6 col-sm-6">
           <img src="img/products/fsf-card.png" alt="fsf card" class="center-block" />
           <h5 class="text-center">FSF Membership Card</h5>
index 0b8e69d0865748ba3aba1412fc05deeed3be1075..070ab093859a23c24e2ce3fd9aadafe232770ca2 100644 (file)
Binary files a/img/charities/ceata.png and b/img/charities/ceata.png differ
index 0ef2c04c45463cd91b7bdc8a5f185db8395f0e69..9dc4ced73970f85ad78f8643c796f7f825c20a3f 100644 (file)
Binary files a/img/charities/fsf.png and b/img/charities/fsf.png differ
index 191f8a278bdff617de21e2cabb702b6a020fbb58..7147fd2ed7ba8d08595ff01cbb98b02710bbc870 100644 (file)
Binary files a/img/charities/gnome.png and b/img/charities/gnome.png differ
index 78080d6b9e81f1ffb453b950e7f4c0d28c845dd3..44250aeeb78c5328f5a9f7e38a7a4a0bdaf72008 100644 (file)
Binary files a/img/charities/sflc.png and b/img/charities/sflc.png differ
index 466f99ba48e2ba59e326d1c4146771ec350c1ffe..9a483fd792b3f6f155b19bbaf33a5e9f5077a835 100644 (file)
Binary files a/img/charities/wikimedia.png and b/img/charities/wikimedia.png differ