.habits-wrapper { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; } .habits .bordered { border-radius: var(--border-radious); border: var(--borderWidth-thin) solid var(--clr-border); width: 17rem; padding: 1rem; margin-top: 1rem; text-align: center; }