Redesign volunteerCard

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2026-02-10 15:20:11 +01:00
parent 5cbfad4ade
commit 8441b9f3b2
3 changed files with 67 additions and 5 deletions
@@ -25,11 +25,12 @@
}
.usersList {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 10px;
display: grid;
gap: 16px;
width: 100%;
grid-template-columns: 1fr;
}
.profileboard {
width: 100%;
max-width: 380px;
@@ -146,6 +147,9 @@
}
.usersList {
gap: 20px;
grid-template-columns: repeat(3, 1fr);
padding-right: 5em;
padding-left: 5em;
}
.profileboard {
max-width: 700px;