From 86739bfb14f514aa54004279cb56858b600968ec Mon Sep 17 00:00:00 2001
From: "Azadpour, Elmera" <eazadpour@usgs.gov>
Date: Tue, 17 Sep 2024 16:31:47 -0700
Subject: [PATCH] drop fig caption css and center panel map imgs

---
 src/components/MapsSection.vue | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

diff --git a/src/components/MapsSection.vue b/src/components/MapsSection.vue
index 2020aee..d087a1a 100644
--- a/src/components/MapsSection.vue
+++ b/src/components/MapsSection.vue
@@ -272,6 +272,13 @@ $ThemeGrey: var(--color-themegrey);
   margin: 20px;
 }
 
+.panel img {
+  display: block;
+  margin-left: auto;
+  margin-right: auto;
+  max-width: 100%;
+}
+
 .households-accordion.active + .households-panel {
   display: block;
 }
@@ -281,17 +288,6 @@ $ThemeGrey: var(--color-themegrey);
   font-weight: bold;
 }
 
-figcaption {
-  background-color: white;
-  color: black;
-  padding: 16px;
-  width: 100%;
-  text-align: left;
-  line-height: 1.2;
-  font-size: 2 rem;
-  font-family: 'Source Sans Pro', sans-serif;
-  margin-top: 8px;
-}
 
 </style>
 
-- 
GitLab