refactor css and tsx files

This commit is contained in:
luisa.bellitto 2025-06-26 09:18:22 +02:00 committed by Rudi Regentonne
parent 2214a64a58
commit 5fc8d3324e
10 changed files with 205 additions and 214 deletions

View file

@ -1,17 +1,13 @@
.image-list {
height: fit-content;
width: fill-available;
justify-content: center;
margin-bottom: 1rem;
}
.box {
flex-grow: 1;
height: fit-content;
}
.css-1row2ej-MuiImageListItem-root .MuiImageListItem-img {
object-fit: cover;
width: 5rem;
height: 5rem;
width: 7rem;
height: 7rem;
margin: -0.1rem;
cursor: pointer;
}