From 63bf3637619a319c7c18278bb1d93ba006971d15 Mon Sep 17 00:00:00 2001 From: T'JAMPENS QUENTIN p2406187 Date: Tue, 10 Feb 2026 14:55:08 +0100 Subject: [PATCH] Set direction to row --- src/pages/Volunteers/VolunteersPage.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Volunteers/VolunteersPage.module.css b/src/pages/Volunteers/VolunteersPage.module.css index 6ef455b..c712e56 100644 --- a/src/pages/Volunteers/VolunteersPage.module.css +++ b/src/pages/Volunteers/VolunteersPage.module.css @@ -26,8 +26,8 @@ .usersList { display: flex; - flex-direction: column; align-items: center; + flex-wrap: wrap; gap: 10px; } .profileboard {