.task-list-container { display: flex; flex-direction: row; flex-wrap: wrap; .task-list { width: 10rem; margin: 1rem; .card { height: 10rem; border: 1px solid black; display: flex; justify-content: center; align-items: center; border-radius: .3rem; } h3 { display: flex; justify-content: center; } } }