Fix logo, center layout, fix hero image, remove event images, change email to info@

This commit is contained in:
Antigravity
2026-06-09 15:57:28 +00:00
parent bee4e058dc
commit 27a1c05a5f
4 changed files with 12 additions and 8 deletions

View File

@@ -79,11 +79,14 @@ body {
min-height: 100vh;
padding: 2rem;
gap: 2rem;
max-width: 1200px;
margin: 0 auto;
}
@media(min-width: 900px) {
.page-layout {
flex-direction: row;
justify-content: center;
}
}
@@ -313,6 +316,7 @@ p {
.logo-small {
width: 150px;
height: auto;
object-fit: contain;
filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.1));
}
@@ -344,16 +348,17 @@ p {
border-radius: 16px;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
max-height: 400px;
display: flex;
justify-content: center;
}
.hero-image {
width: 100%;
max-width: 600px;
height: auto;
display: block;
object-fit: cover;
object-fit: contain;
border-radius: 16px;
}
.event-card {