Reduce logo size and remove hero image container box/shadow

This commit is contained in:
Antigravity
2026-06-09 16:03:32 +00:00
parent df1d9ea452
commit 447a1aa805

View File

@@ -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 {