.flex-parent {
  display: flex; /* or inline-flex */
  flex-wrap: wrap;
  height: auto;
}

.flex-child {
	
  margin: 10px;  /* Magic! */
}