diff --git a/public/css/events.css b/public/css/events.css index fe2bfcd..3e035c2 100644 --- a/public/css/events.css +++ b/public/css/events.css @@ -66,12 +66,12 @@ #event-detail-popup { background: #1e1a14; border: 1px solid rgba(255, 200, 80, 0.3); - border-radius: 12px; - padding: 24px; - min-width: 280px; - max-width: 420px; - width: 90%; - box-shadow: 0 8px 40px rgba(0, 0, 0, 0.7); + border-radius: 6px; + padding: 12px; + min-width: 140px; + max-width: 210px; + width: 45%; + box-shadow: 0 4px 20px rgba(0, 0, 0, 0.7); position: relative; animation: eventDetailIn 0.18s ease; } @@ -83,12 +83,12 @@ #event-detail-popup .edp-close { position: absolute; - top: 10px; - right: 12px; + top: 5px; + right: 6px; background: none; border: none; color: #888; - font-size: 18px; + font-size: 9px; cursor: pointer; line-height: 1; transition: color 0.1s; @@ -100,23 +100,23 @@ #event-detail-popup .edp-img { display: block; - margin: 0 auto 14px; - width: 80px; - height: 80px; + margin: 0 auto 7px; + width: 40px; + height: 40px; object-fit: contain; image-rendering: pixelated; } #event-detail-popup .edp-title { text-align: center; - font-size: 15px; + font-size: 8px; font-weight: bold; color: #f5c842; - margin-bottom: 10px; + margin-bottom: 5px; } #event-detail-popup .edp-body { - font-size: 13px; + font-size: 7px; color: #cccccc; line-height: 1.7; text-align: center;