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 { .image {
width: 5rem; width: 7rem;
padding-top: 100%;
} }
} }
} }

View File

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