add image connection to database

This commit is contained in:
luisa.bellitto 2025-06-27 13:55:08 +02:00 committed by Rudi Regentonne
parent f45a4f8493
commit f2f7a86c9c
6 changed files with 67 additions and 371 deletions

View file

@ -32,11 +32,10 @@
.user {
display: inline-flex;
width: fit-content;
width: 100%;
align-items: center;
justify-content: center;
justify-content: start;
gap: 20px;
padding-bottom: 1rem;
margin-top: 1rem;
border-radius: 1rem;
}
@ -49,9 +48,8 @@
}
.user {
width: fit-content;
padding-left: 1rem;
padding-right: 3rem;
padding-right: 1rem;
padding-bottom: 1rem;
}
}