diff --git a/css/event_overview.css b/css/event_overview.css index 605b301..8d685bd 100644 --- a/css/event_overview.css +++ b/css/event_overview.css @@ -486,16 +486,16 @@ .detail-lightbox-image { display: block; width: 100%; - max-height: 90vh; + max-height: 80vh; object-fit: contain; border-radius: var(--radius-md); - background: #111; + background: var(--black); } .detail-lightbox-close { position: absolute; - top: -42px; - right: 0; + top: -40px; + right: -40px; border: 0; background: transparent; color: var(--butter-light); @@ -863,11 +863,6 @@ padding: 12px; } - .detail-lightbox-close { - top: -36px; - font-size: 34px; - } - .detail-section-title { font-size: 24px; }