diff --git a/src/components/MapsSection.vue b/src/components/MapsSection.vue index 2020aee87b7aa92a8a7f893978075b5add5d1b10..d087a1a71be338a4db9ff6dc5c3f2e52139f61c6 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>