From 8e8514a73bb8205f2f5ad0f1437cf6de302ea7c7 Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Sat, 18 Apr 2020 00:32:07 -0500
Subject: [PATCH] Reactive cloud

---
 layouts/custom/sc.data.html | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/layouts/custom/sc.data.html b/layouts/custom/sc.data.html
index 5b3c9ff..54610a0 100644
--- a/layouts/custom/sc.data.html
+++ b/layouts/custom/sc.data.html
@@ -22,6 +22,15 @@
         text-align: center;
         width: 50%;
     }
+    img {
+        max-width: 75%;
+        height: auto;
+    }
+    @media (max-width: 1000px) {
+        .column  {
+            width: 100%;
+        }
+    }
 </style>
 
 
@@ -30,11 +39,11 @@
 <div class="cloud">
     <div class="select">
         <div class="column">
-            <img src="/gene.cloud/Genes.hu.202003.png" alt="March 2020 Human Genes" class="img" width="750px"/>
+            <img src="/gene.cloud/Genes.hu.202003.png" alt="March 2020 Human Genes" class="img"/>
             <H5>Human Genes Searched (March 2020)</H5>
         </div>
         <div class="column">
-            <img src="/gene.cloud/Genes.mu.202003.png" alt="March 2020 Mouse Genes" class="img" width="750px"/>
+            <img src="/gene.cloud/Genes.mu.202003.png" alt="March 2020 Mouse Genes" class="img"/>
             <H5>Mouse Genes Searched (March 2020)</H5>
         </div>
     </div>
-- 
GitLab