first profile page test

This commit is contained in:
luisa.bellitto 2025-06-16 09:52:33 +02:00 committed by Rudi Regentonne
parent 120e3504ef
commit da5b2a743f
9 changed files with 20420 additions and 1460 deletions

View file

@ -0,0 +1,22 @@
.quilted-image-list {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 10px;
width: fit-content;
margin: auto;
}
@media only screen and (min-width: 768px) {
.quilted-image-list {
display: flex;
gap: 10px;
width: fit-content;
justify-content: center;
align-self: center;
}
}