Image size changed on events

This commit is contained in:
Torsten Schulz
2025-05-07 12:20:53 +02:00
parent bb4f490bb1
commit e96dd905b9

View File

@@ -131,7 +131,7 @@ export default {
} }
.event-image > img { .event-image > img {
max-width: 8em; max-width: 12em;
max-height: 8em; max-height: 12em;
} }
</style> </style>