From 389b1d6b2a15a3d2a52bf1913d3956ae37b98995 Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Wed, 14 Jul 2021 10:50:00 -0500
Subject: [PATCH] Update CT caption text

---
 layouts/custom/sc.data.html | 4 ++--
 layouts/index.html          | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/layouts/custom/sc.data.html b/layouts/custom/sc.data.html
index 8ee0341..d56f6f6 100644
--- a/layouts/custom/sc.data.html
+++ b/layouts/custom/sc.data.html
@@ -68,8 +68,8 @@
 <br>
 <div style="display:block; margin-left:auto; margin-right:auto; width:25%; text-align:center">
     <img src="/images/CT_huLUT_seg.gif" style="display:block; margin-left:auto; margin-right:auto; width:100%;">
-    <i>purple represents urethra, yellow are seminal vesicles and green are primary prostatic ducts</i>
-    <p>nanoCT of a healthy human prostate and bladder in the transverse plane performed in collaboration with Julia Bittencourt at the University of Florida in the Cohn lab, segmentation was done by Zhiguo Shang from the Bioinformatics Core Facility at the University of Texas Southwestern Medical Center</p>
+    <i style="font-size:12.5px">purple represents prostatic urethra, yellow are seminal vesicles and green are primary prostatic ducts</i>
+    <p style="font-size:15px">nanoCT of a healthy human prostate and bladder in the transverse plane performed in collaboration with Julia Bittencourt at the University of Florida in the Cohn lab, segmentation was done by Zhiguo Shang from the Bioinformatics Core Facility at the University of Texas Southwestern Medical Center</p>
   </div>
 
 <div class="content">
diff --git a/layouts/index.html b/layouts/index.html
index bd531bb..7194a42 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -14,7 +14,7 @@
   <br>
   <div style="display:block; margin-left:auto; margin-right:auto; width:50%; text-align:center">
     <img src="/images/CT_huLUT.gif" style="display:block; margin-left:auto; margin-right:auto; width:100%;">
-    nanoCT of a healthy human prostate and bladder in the transverse plane performed in collaboration with Julia Bittencourt at the University of Florida in the Cohn lab
+    <p style="font-size:15px">nanoCT of a healthy human prostate and bladder in the transverse plane performed in collaboration with Julia Bittencourt at the University of Florida in the Cohn lab</p>
   </div>
   {{ partial "pagination.html" . }}
 </div>
-- 
GitLab