Fix logo squeeze, add all event info from images to aktuelles.html

This commit is contained in:
Antigravity
2026-06-09 16:00:23 +00:00
parent 27a1c05a5f
commit eee49b922b
2 changed files with 65 additions and 2 deletions

View File

@@ -311,13 +311,17 @@ p {
.sidebar-logo {
text-align: center;
margin-bottom: 1rem;
}
.logo-small {
width: 150px;
width: 100%;
max-width: 150px;
height: auto;
object-fit: contain;
filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.1));
display: block;
margin: 0 auto;
}
.nav-links {