fix bugs and now final version of UI

This commit is contained in:
luisa.bellitto 2025-06-20 19:20:16 +02:00 committed by Rudi Regentonne
parent c129fcb3e4
commit ea15d01238
6 changed files with 151 additions and 178 deletions

View file

@ -1,23 +1,21 @@
.image-list {
height: fit-content;
width: fit-content;
width: fill-available;
justify-content: center;
}
.box {
flex-grow: 1;
height: fit-content;
margin-left: 1rem;
margin-right: 1rem;
}
.css-1row2ej-MuiImageListItem-root .MuiImageListItem-img {
object-fit: cover;
width: fill-available;
height: fill-available;
width: 5rem;
height: 5rem;
margin: -0.1rem;
}
@media only screen and (min-width: 768px) {
.box {
max-width: 75%;
margin-left: 45ch;
@ -28,6 +26,8 @@
position: relative;
width: fill-available;
margin-bottom: 1rem;
margin-left: 1rem;
margin-right: 1rem;
}
.css-1row2ej-MuiImageListItem-root .MuiImageListItem-img {