diff --git a/css/home.all-user.css b/css/home.all-user.css index 3b9c4a0..8522ef3 100644 --- a/css/home.all-user.css +++ b/css/home.all-user.css @@ -358,7 +358,9 @@ form>.first-type { } #display-users { - grid-template-columns: 1fr; + display: flex; + flex-direction: column; + justify-content: center; } form {