From 447a1aa805c51c85af106d925e224d642c114d36 Mon Sep 17 00:00:00 2001 From: Antigravity Date: Tue, 9 Jun 2026 16:03:32 +0000 Subject: [PATCH] Reduce logo size and remove hero image container box/shadow --- styles.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/styles.css b/styles.css index 330ebf8..6bb1e21 100644 --- a/styles.css +++ b/styles.css @@ -316,7 +316,7 @@ p { .logo-small { width: 100%; - max-width: 250px; + max-width: 180px; height: auto; filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.1)); display: block; @@ -348,9 +348,6 @@ p { .hero-image-container { margin-top: 2rem; - border-radius: 16px; - overflow: hidden; - box-shadow: 0 10px 30px rgba(0,0,0,0.1); display: flex; justify-content: center; } @@ -361,7 +358,6 @@ p { height: auto; display: block; object-fit: contain; - border-radius: 16px; } .event-card {