correct image formats in upcoming list
This commit is contained in:
@ -23,8 +23,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.image {
|
.image {
|
||||||
width: 5rem;
|
width: 7rem;
|
||||||
padding-top: 100%;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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);
|
||||||
|
Reference in New Issue
Block a user