correct image formats in upcoming list

This commit is contained in:
elisejakob
2024-05-21 01:44:12 +02:00
parent d57a226184
commit ca956507fd
2 changed files with 2 additions and 3 deletions

View File

@ -23,8 +23,7 @@
}
.image {
width: 5rem;
padding-top: 100%;
width: 7rem;
}
}
}

View File

@ -12,7 +12,7 @@
}
.eventList {
--size-item-width: 17rem;
--size-item-width: 20rem;
list-style: none;
display: flex;
width: calc(var(--size-item-width) * 5);