Fix volcan bouvet

This commit is contained in:
dolphinau 2025-09-16 15:49:33 +02:00
parent c94b5921c5
commit 6c7e41ac6c
No known key found for this signature in database
4 changed files with 18 additions and 11 deletions

View file

@ -454,6 +454,8 @@ footer {
gap: 10px;
display: flex;
flex-direction: row;
justify-content: center;
margin: 2em 0;
}
.event-cover {
@ -473,13 +475,14 @@ footer {
border-radius: 10px;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
padding: 20px;
align-items: center;
max-width: 450px;
justify-content: center;
align-items: center;
}
.artist-image {
max-width: 100%;
max-height: 350px;
}
.artist-description {